]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/db.h
there's no such thing as <typeinfo.h>
[wxWidgets.git] / include / wx / db.h
index c21998ed6498ff3de839921f0dfc32f7c091384b..225563e3f6cafd50b6c93060c2e64a8dd6198b57 100644 (file)
@@ -43,7 +43,7 @@
 
 #include "wx/version.h"
 
-#if defined(__GNUG__) && !defined(__APPLE__)
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
     #pragma interface "db.h"
 #endif
 
         #include <windows.h>
         #include "wx/msw/winundef.h"
     #endif
-    // Use the ones from the library
     extern "C" {
+    #if defined(wxUSE_BUILTIN_IODBC) && wxUSE_BUILTIN_IODBC
+        // Use the ones from the library
+        #include "wx/isql.h"
+        #include "wx/isqlext.h"
+    #else
         #include <sql.h>
         #include <sqlext.h>
+    #endif
     }
 #endif