X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1a6944fd74cfb70ace96d60bde31a7c8e0a5896d..c0b042fce9be0fab67f229f35ffd117f4e1e0730:/include/wx/odbc.h diff --git a/include/wx/odbc.h b/include/wx/odbc.h index ed73055ded..2ade1bae75 100644 --- a/include/wx/odbc.h +++ b/include/wx/odbc.h @@ -11,23 +11,30 @@ #include "wx/setup.h" -#if USE_ODBC +#if wxUSE_ODBC #ifdef __GNUG__ #pragma interface "odbc.h" #endif -#ifndef __ODBCH__ -#define __ODBCH__ +#ifndef _WX_ODBCH__ +#define _WX_ODBCH__ #ifdef __WXMSW__ #include #endif + #ifdef __WXGTK__ -#include <../iodbc/postgres/isqlext.h> -#include <../iodbc/postgres/odbc_funcs.h> -#include <../iodbc/postgres/odbc_types.h> +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 +} #else #include #endif @@ -76,7 +83,7 @@ class WXDLLEXPORT wxDatabase: public wxObject bool err_occured; wxList recordSets; // Record sets: Added by JACS - + public: wxDatabase(void); ~wxDatabase(void); @@ -329,4 +336,4 @@ class WXDLLEXPORT wxRecordSet: public wxObject #endif -#endif // USE_ODBC +#endif // wxUSE_ODBC