#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"