]> git.saurik.com Git - wxWidgets.git/commitdiff
restored windows.h
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 20 Jan 2000 23:07:29 +0000 (23:07 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 20 Jan 2000 23:07:29 +0000 (23:07 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5557 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/wxprec.h

index df5e79718657521c89e06f1f490b79f8f1694f73..6f28387b898cbb5f1e42a997ff6e4a1ee4b5bf81 100644 (file)
@@ -29,7 +29,7 @@
 
 // include standard Windows headers
 #ifdef __WXMSW__
-//    #include <windows.h>
+    #include <windows.h>
     #include "wx/msw/winundef.h"
 #endif