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:
@@ -47,13 +47,14 @@
|
|||||||
#ifdef __GNUG__
|
#ifdef __GNUG__
|
||||||
#pragma interface "db.h"
|
#pragma interface "db.h"
|
||||||
#endif
|
#endif
|
||||||
|
#include "wx/filefn.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(wx_msw) || defined(__WXMSW__) || defined(WIN32)
|
#if defined(wx_msw) || defined(__WXMSW__) || defined(WIN32)
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef _IODBC_
|
#ifdef __UNIX__
|
||||||
#if wxMAJOR_VERSION == 2
|
#if wxMAJOR_VERSION == 2
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#include "../../src/iodbc/isql.h"
|
#include "../../src/iodbc/isql.h"
|
||||||
|
Reference in New Issue
Block a user