]> git.saurik.com Git - wxWidgets.git/blobdiff - src/palmos/dirdlg.cpp
position buttons to the right on OSX as well
[wxWidgets.git] / src / palmos / dirdlg.cpp
index fdb92d151ffc1d31537281baf21a51b90604046e..48da4eadfa4a3f3342e3a0685dfc4fd225c9f749 100644 (file)
 // headers
 // ----------------------------------------------------------------------------
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-    #pragma implementation "dirdlg.h"
-#endif
-
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
 
 #if defined(__WIN95__) && !defined(__GNUWIN32_OLD__) && wxUSE_OLE
 
+#include "wx/dirdlg.h"
+
 #ifndef WX_PRECOMP
     #include "wx/utils.h"
     #include "wx/dialog.h"
-    #include "wx/dirdlg.h"
     #include "wx/log.h"
     #include "wx/app.h"     // for GetComCtl32Version()
 #endif