]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/strconv.cpp
Fixes to generic dir dialog
[wxWidgets.git] / src / common / strconv.cpp
index 9c505d0cc82c9b815b42d2da03aabbff299ea687..baed36b0013ad80b2209b147d9c5b1dd20c14a36 100644 (file)
   #pragma hdrstop
 #endif
 
+#ifdef __WXMSW__
+  #include "wx/msw/private.h"
+#endif
+
 #include <errno.h>
 #include <ctype.h>
 #include <string.h>
   #include <langinfo.h>
 #endif
 
+#ifdef __WXMSW__
+  #include <windows.h>
+#endif
+
 #include "wx/debug.h"
 #include "wx/strconv.h"