]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/odbc.h
Augmented version to b5
[wxWidgets.git] / include / wx / odbc.h
index 607bbcfa1855fdaf078a223c646ab619d37b1168..90fcbaea0c919fc71e83e0e6e4eeb5c3c53ff887 100644 (file)
 #include <windows.h>
 #endif
 
 #include <windows.h>
 #endif
 
+
 #ifdef __WXGTK__
 extern "C" {
 #ifdef __WXGTK__
 extern "C" {
-#include <../iodbc/postgres/isqlext.h>
-#include <../iodbc/postgres/odbc_funcs.h>
-#include <../iodbc/postgres/odbc_types.h>
+#include <../iodbc/isql.h>
+#include <../iodbc/isqlext.h>
+#include <../iodbc/odbc_funcs.h>
+#include <../iodbc/odbc_types.h>
+typedef float   SFLOAT;
+typedef double  SDOUBLE;
+#define ULONG UDWORD
 }
 #else
 #include <sqlext.h>
 }
 #else
 #include <sqlext.h>
@@ -78,7 +83,7 @@ class WXDLLEXPORT wxDatabase: public wxObject
   bool err_occured;
 
   wxList recordSets; // Record sets: Added by JACS
   bool err_occured;
 
   wxList recordSets; // Record sets: Added by JACS
-
+  
  public:
   wxDatabase(void);
   ~wxDatabase(void);
  public:
   wxDatabase(void);
   ~wxDatabase(void);