From: George Tasker Date: Thu, 20 Jan 2000 14:16:43 +0000 (+0000) Subject: Commented out the #include of as it should not be needed any longer X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/28459a0d28ebfd873bc6b1a799e4c96bc58a8e6f Commented out the #include of 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 --- diff --git a/include/wx/odbc.h b/include/wx/odbc.h index 08587be677..ca7e8fae8f 100644 --- a/include/wx/odbc.h +++ b/include/wx/odbc.h @@ -20,9 +20,9 @@ #ifndef _WX_ODBCH__ #define _WX_ODBCH__ -#ifdef __WXMSW__ -#include -#endif +//#ifdef __WXMSW__ +//#include +//#endif #ifdef __UNIX__