]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/db.h
Added more compat. functions for wxGrid so grid sample compiles;
[wxWidgets.git] / include / wx / db.h
index 979f566ae77cf95ed58f61dc8a27054addc6e91f..c624086c265f5f26356fb374a851c322f47b9604 100644 (file)
@@ -53,7 +53,7 @@
 #include <windows.h>
 #endif
 
-#ifdef _IODBC_
+#ifdef __UNIX__
 #if wxMAJOR_VERSION == 2
        extern "C" {
        #include "../../src/iodbc/isql.h"
@@ -429,6 +429,7 @@ struct DbList
 
 
 #if __WXDEBUG__ > 0
+#include "wx/object.h"
 class CstructTablesInUse : public wxObject
 {
        public:
@@ -442,7 +443,7 @@ class CstructTablesInUse : public wxObject
 // for other code segments to use, or close all of them when the application has
 // completed.
 
-wxDB* WXDLLEXPORT GetDbConnection(DbStuff *pDbStuff);
+wxDB WXDLLEXPORT *GetDbConnection(DbStuff *pDbStuff);
 bool  WXDLLEXPORT FreeDbConnection(wxDB *pDb);
 void  WXDLLEXPORT CloseDbConnections(void);
 int   WXDLLEXPORT NumberDbConnectionsInUse(void);