X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/47d67540a017101b3e46abe9ef0f55914d8de37e..93b7364ecd30d7788e917362cac29380c86f2555:/include/wx/odbc.h diff --git a/include/wx/odbc.h b/include/wx/odbc.h index 607bbcfa18..90fcbaea0c 100644 --- a/include/wx/odbc.h +++ b/include/wx/odbc.h @@ -24,11 +24,16 @@ #include #endif + #ifdef __WXGTK__ extern "C" { -#include <../iodbc/postgres/isqlext.h> -#include <../iodbc/postgres/odbc_funcs.h> -#include <../iodbc/postgres/odbc_types.h> +#include <../iodbc/isql.h> +#include <../iodbc/isqlext.h> +#include <../iodbc/odbc_funcs.h> +#include <../iodbc/odbc_types.h> +typedef float SFLOAT; +typedef double SDOUBLE; +#define ULONG UDWORD } #else #include @@ -78,7 +83,7 @@ class WXDLLEXPORT wxDatabase: public wxObject bool err_occured; wxList recordSets; // Record sets: Added by JACS - + public: wxDatabase(void); ~wxDatabase(void);