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