]> git.saurik.com Git - wxWidgets.git/commitdiff
restored "#include <windows.h>"
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 6 Feb 1999 23:32:34 +0000 (23:32 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 6 Feb 1999 23:32:34 +0000 (23:32 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1624 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/wxprec.h

index 940c4a6521a11f2432b516d95e81e0b26f6a3398..6f542b6a456b7d3c869e7fbb8ba1aa23631b8c81 100644 (file)
@@ -31,7 +31,7 @@
 // Comment this out if you don't mind slower compilation of the wxWindows
 // library
 #if !defined(__WXMAC__) && !defined(__SALFORDC__)
 // Comment this out if you don't mind slower compilation of the wxWindows
 // library
 #if !defined(__WXMAC__) && !defined(__SALFORDC__)
-// #include <windows.h>
+#include <windows.h>
 #endif
 
 #ifdef GetClassInfo
 #endif
 
 #ifdef GetClassInfo