]> git.saurik.com Git - wxWidgets.git/commitdiff
Commented out the #include of <windows.h> as it should not be needed any longer
authorGeorge Tasker <gtasker@allenbrook.com>
Thu, 20 Jan 2000 14:16:43 +0000 (14:16 +0000)
committerGeorge Tasker <gtasker@allenbrook.com>
Thu, 20 Jan 2000 14:16:43 +0000 (14:16 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5549 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/odbc.h

index 08587be677a3006e11575f55d88a2ca84f33dc4a..ca7e8fae8fe97f17dbcd6faa9f311aa30f14f954 100644 (file)
@@ -20,9 +20,9 @@
 #ifndef _WX_ODBCH__
 #define _WX_ODBCH__
 
-#ifdef __WXMSW__
-#include <windows.h>
-#endif
+//#ifdef __WXMSW__
+//#include <windows.h>
+//#endif
 
 
 #ifdef __UNIX__