-#ifdef __WXGTK__
-extern "C" {
-#include <../iodbc/postgres/isqlext.h>
-#include <../iodbc/postgres/odbc_funcs.h>
-#include <../iodbc/postgres/odbc_types.h>
+
+#ifdef __UNIX__
+extern "C"
+{
+ #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