]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/db.cpp
Added a check for a '.' in the column name before prepending a table name to the...
[wxWidgets.git] / src / common / db.cpp
index 902591109ecc8e91176b598dfe24e16b3aea412e..ebbc3819fb5019bd734b06049ab265f3aaf46c4a 100644 (file)
 
 #include "wx/db.h"
 
 
 #include "wx/db.h"
 
+// DLL options compatibility check:
+#include "wx/app.h"
+WX_CHECK_BUILD_OPTIONS("wxODBC")
+
 WXDLLIMPEXP_DATA_ODBC(wxDbList*) PtrBegDbList = 0;
 
 
 WXDLLIMPEXP_DATA_ODBC(wxDbList*) PtrBegDbList = 0;