X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ff3e84ffdc91ee8a52b3ab646e48d44d62de80e1..a4ea083bbdf710d3234dcbd2eafb5d0e078f8348:/src/common/dseldlg.cpp diff --git a/src/common/dseldlg.cpp b/src/common/dseldlg.cpp index 40b10ce73b..10c2243942 100644 --- a/src/common/dseldlg.cpp +++ b/src/common/dseldlg.cpp @@ -4,9 +4,8 @@ // Author: Paul Thiessen // Modified by: // Created: 20.02.01 -// RCS-ID: $Id$ // Copyright: (c) 2001 wxWidgets team -// License: wxWindows licence +// Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// // ============================================================================ @@ -24,12 +23,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 +52,3 @@ wxString wxDirSelector(const wxString& message, } #endif // wxUSE_DIRDLG -