Commented out the #include of <windows.h> as it should not be needed any longer

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5549 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
George Tasker 2000-01-20 14:16:43 +00:00
parent 846e1424e2
commit 28459a0d28

View 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__