X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/861ccde48164e232a7486e6084db4727faf50e0a..8c517ddd1a2dd7eee7f95eb9ac1783f4a2e6fd76:/src/generic/progdlgg.cpp?ds=inline diff --git a/src/generic/progdlgg.cpp b/src/generic/progdlgg.cpp index 137a4be73c..b3b74cc634 100644 --- a/src/generic/progdlgg.cpp +++ b/src/generic/progdlgg.cpp @@ -31,6 +31,8 @@ #include "wx/intl.h" #endif +#if wxUSE_PROGRESSDLG + #include "wx/generic/progdlgg.h" #define LAYOUT_X_MARGIN 8 @@ -172,3 +174,5 @@ wxProgressDialog::~wxProgressDialog() else wxEnableTopLevelWindows(TRUE); } + +#endif