X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ff3e84ffdc91ee8a52b3ab646e48d44d62de80e1..87bf626584b14a57f9da0eee0d43a60ab6661301:/src/common/dseldlg.cpp?ds=sidebyside diff --git a/src/common/dseldlg.cpp b/src/common/dseldlg.cpp index 40b10ce73b..dcb2452951 100644 --- a/src/common/dseldlg.cpp +++ b/src/common/dseldlg.cpp @@ -24,12 +24,12 @@ #pragma hdrstop #endif -#ifndef WX_PRECOMP -#endif //WX_PRECOMP +#if wxUSE_DIRDLG #include "wx/dirdlg.h" -#if wxUSE_DIRDLG +#ifndef WX_PRECOMP +#endif //WX_PRECOMP // ============================================================================ // implementation @@ -53,4 +53,3 @@ wxString wxDirSelector(const wxString& message, } #endif // wxUSE_DIRDLG -