X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bb41dcbe3a1ee4df0cd6a44e9cfb6a55b5d94fd6..ff793cab3adf44df1059c771191222dde657913f:/src/common/db.cpp diff --git a/src/common/db.cpp b/src/common/db.cpp index 902591109e..ebbc3819fb 100644 --- a/src/common/db.cpp +++ b/src/common/db.cpp @@ -68,6 +68,10 @@ #include "wx/db.h" +// DLL options compatibility check: +#include "wx/app.h" +WX_CHECK_BUILD_OPTIONS("wxODBC") + WXDLLIMPEXP_DATA_ODBC(wxDbList*) PtrBegDbList = 0;