]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/dir.cpp
Fix for command bar not painting in Windows Mobile 5
[wxWidgets.git] / src / msw / dir.cpp
index d13cf27c0bc7a8ef00704ca0042fc116655e2d5a..79635bd446e01c059d2ebc64f3bdacb9a3a3b976 100644 (file)
 // headers
 // ----------------------------------------------------------------------------
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-    #pragma implementation "dir.h"
-#endif
-
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
@@ -36,7 +32,7 @@
 #include "wx/dir.h"
 #include "wx/filefn.h"          // for wxDirExists()
 
-#ifdef __WXMSW__
+#ifdef __WINDOWS__
     #include "wx/msw/private.h"
 #endif