]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/dseldlg.cpp
Provide shorter synonyms for wxEVT_XXX constants.
[wxWidgets.git] / src / common / dseldlg.cpp
index 40b10ce73b076c5215af7514dea7317f14ad75a6..9fea28f4e6afac9a06a5c4a16cadb7c2a2828944 100644 (file)
@@ -6,7 +6,7 @@
 // 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 +53,3 @@ wxString wxDirSelector(const wxString& message,
 }
 
 #endif // wxUSE_DIRDLG
-