#ifndef __ODBCH__
#define __ODBCH__
-#ifdef __WINDOWS__
+#ifdef __WXMSW__
#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"