X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0d3820b348955b748fa0ab3076f4ed9763ce4bee..b039c367cd7c1085d4175d3f87710a6f00e28fb4:/include/wx/odbc.h diff --git a/include/wx/odbc.h b/include/wx/odbc.h index 934e46270b..58d027a083 100644 --- a/include/wx/odbc.h +++ b/include/wx/odbc.h @@ -20,11 +20,19 @@ #ifndef __ODBCH__ #define __ODBCH__ -#ifdef __WINDOWS__ +#ifdef __WXMSW__ #include #endif +#ifdef __WXGTK__ +extern "C" { +#include <../iodbc/postgres/isqlext.h> +#include <../iodbc/postgres/odbc_funcs.h> +#include <../iodbc/postgres/odbc_types.h> +} +#else #include +#endif #include "wx/defs.h" #include "wx/list.h"