]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/db.h
char handling fixed again
[wxWidgets.git] / include / wx / db.h
index bb718ba3bb295bcf49d0cf12a724d4a9ee9e1e4c..8d29a834e5f055785becc2bb7a88ee258d758ab8 100644 (file)
 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;
+typedef float         SFLOAT;
+typedef double        SDOUBLE;
+typedef unsigned int  UINT;
 #define ULONG UDWORD
 
 }