]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/db.h
fixed compilation and added support for all 4 images (as a side effect) to the
[wxWidgets.git] / include / wx / db.h
index bb718ba3bb295bcf49d0cf12a724d4a9ee9e1e4c..466000ddde6287dbf570e4b21c57efe43b628f56 100644 (file)
 #ifdef __WXGTK__
 
 extern "C" {
-#include <../iodbc/isql.h>
-#include <../iodbc/isqlext.h>
-#include <../iodbc/odbc_funcs.h>
-#include <../iodbc/odbc_types.h>
-
-typedef float   SFLOAT;
-typedef double  SDOUBLE;
+#include "../../src/iodbc/isql.h"
+#include "../../src/iodbc/isqlext.h"
+typedef float         SFLOAT;
+typedef double        SDOUBLE;
+typedef unsigned int  UINT;
 #define ULONG UDWORD
 
 }