]> git.saurik.com Git - wxWidgets.git/commitdiff
Changed #ifdef _IODBC_ to #ifdef __UNIX__
authorGeorge Tasker <gtasker@allenbrook.com>
Tue, 12 Oct 1999 11:02:53 +0000 (11:02 +0000)
committerGeorge Tasker <gtasker@allenbrook.com>
Tue, 12 Oct 1999 11:02:53 +0000 (11:02 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3938 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/db.h

index 7ba5b74748603b4456671c307cde595eedf4b55f..e5c4d1fed0c660dd3965dd9c4fbbab778f97af30 100644 (file)
        #ifdef __GNUG__
        #pragma interface "db.h"
        #endif
        #ifdef __GNUG__
        #pragma interface "db.h"
        #endif
+       #include "wx/filefn.h"
 #endif
 
 #if defined(wx_msw) || defined(__WXMSW__) || defined(WIN32)
 #include <windows.h>
 #endif
 
 #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"
 #if wxMAJOR_VERSION == 2
        extern "C" {
        #include "../../src/iodbc/isql.h"