]> git.saurik.com Git - wxWidgets.git/commitdiff
Try to include windows.h.
authorOve Kaaven <ovek@arcticnet.no>
Mon, 24 Jul 2000 13:47:19 +0000 (13:47 +0000)
committerOve Kaaven <ovek@arcticnet.no>
Mon, 24 Jul 2000 13:47:19 +0000 (13:47 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7821 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/strconv.cpp

index ab68a01e14520725a5a03974b9f880dff2876e7a..baed36b0013ad80b2209b147d9c5b1dd20c14a36 100644 (file)
   #include <langinfo.h>
 #endif
 
+#ifdef __WXMSW__
+  #include <windows.h>
+#endif
+
 #include "wx/debug.h"
 #include "wx/strconv.h"