]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/dirdlg.cpp
Resets scroll position on load
[wxWidgets.git] / src / msw / dirdlg.cpp
index 0bb55362d5586f8a68f9f5f8c754182a625aadbe..76520ea3330982cbf127fdc02ddb47012fffe103 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"
 
@@ -28,7 +24,7 @@
     #pragma hdrstop
 #endif
 
-#if wxUSE_DIRDLG && !(defined(__SMARTPHONE__) && defined(__WXWINCE__))
+#if wxUSE_DIRDLG && (!defined(__WXWINCE__) || defined(__HANDHELDPC__))
 
 #if defined(__WIN95__) && !defined(__GNUWIN32_OLD__) && wxUSE_OLE