]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/db.cpp
added version checking to the renderers
[wxWidgets.git] / src / common / db.cpp
index 902591109ecc8e91176b598dfe24e16b3aea412e..34df370696ef223e9d59425f36e6f2ea55463e50 100644 (file)
@@ -34,7 +34,7 @@
 // SYNOPSIS START
 // SYNOPSIS STOP
 */
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
     #pragma implementation "db.h"
 #endif
 
 
 #include "wx/db.h"
 
+// DLL options compatibility check:
+#include "wx/app.h"
+WX_CHECK_BUILD_OPTIONS("wxODBC")
+
 WXDLLIMPEXP_DATA_ODBC(wxDbList*) PtrBegDbList = 0;