X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1a6944fd74cfb70ace96d60bde31a7c8e0a5896d..c96faa7c9b1926d63a2fff32ac4508d3138a7bee:/include/wx/odbc.h diff --git a/include/wx/odbc.h b/include/wx/odbc.h index ed73055ded..90fcbaea0c 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 <../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 #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