]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/odbc.h
Added missing accessors
[wxWidgets.git] / include / wx / odbc.h
index ba9d3220cac3e38dece722b6e53da3ecc2b9c81d..58d027a0839f890551ef3f416bca88c1b4208360 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>
+}
+#else
 #include <sqlext.h>
+#endif
 
 #include "wx/defs.h"
 #include "wx/list.h"