Try to include windows.h.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7821 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Ove Kaaven 2000-07-24 13:47:19 +00:00
parent 0a1c1e6214
commit 3e61dfb0e8

View File

@ -48,6 +48,10 @@
#include <langinfo.h>
#endif
#ifdef __WXMSW__
#include <windows.h>
#endif
#include "wx/debug.h"
#include "wx/strconv.h"