Changed #ifdef _IODBC_ to #ifdef __UNIX__
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3938 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
79144b8a47
commit
aa277f4ce2
@ -47,13 +47,14 @@
|
||||
#ifdef __GNUG__
|
||||
#pragma interface "db.h"
|
||||
#endif
|
||||
#include "wx/filefn.h"
|
||||
#endif
|
||||
|
||||
#if defined(wx_msw) || defined(__WXMSW__) || defined(WIN32)
|
||||
#include <windows.h>
|
||||
#endif
|
||||
|
||||
#ifdef _IODBC_
|
||||
#ifdef __UNIX__
|
||||
#if wxMAJOR_VERSION == 2
|
||||
extern "C" {
|
||||
#include "../../src/iodbc/isql.h"
|
||||
|
Loading…
Reference in New Issue
Block a user