X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a1218415705b9fcb40dedbc38c55632c0c3cb6df..9b61f868b597a84fd3c589b2e8539624c491f86b:/include/wx/db.h diff --git a/include/wx/db.h b/include/wx/db.h index 2f4260bcf8..466000ddde 100644 --- a/include/wx/db.h +++ b/include/wx/db.h @@ -43,13 +43,11 @@ #ifdef __WXGTK__ 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; +#include "../../src/iodbc/isql.h" +#include "../../src/iodbc/isqlext.h" +typedef float SFLOAT; +typedef double SDOUBLE; +typedef unsigned int UINT; #define ULONG UDWORD } @@ -263,12 +261,12 @@ public: struct { char dbmsName[40]; // Name of the dbms product - char dbmsVer[20]; // Version # of the dbms product + char dbmsVer[40]; // Version # of the dbms product char driverName[40]; // Driver name - char odbcVer[20]; // ODBC version of the driver - char drvMgrOdbcVer[20]; // ODBC version of the driver manager - char driverVer[40]; // Driver version - char serverName[40]; // Server Name, typically a connect string + char odbcVer[60]; // ODBC version of the driver + char drvMgrOdbcVer[60]; // ODBC version of the driver manager + char driverVer[60]; // Driver version + char serverName[80]; // Server Name, typically a connect string char databaseName[128]; // Database filename char outerJoins[2]; // Indicates whether the data source supports outer joins char procedureSupport[2]; // Indicates whether the data source supports stored procedures