]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/dseldlg.cpp
skip apple options
[wxWidgets.git] / src / common / dseldlg.cpp
index 40b10ce73b076c5215af7514dea7317f14ad75a6..10c22439426e3146864497704a23dc729f17458b 100644 (file)
@@ -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
 ///////////////////////////////////////////////////////////////////////////////
 
 // ============================================================================
     #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
-