diff options
| author | 2018-07-27 23:51:12 -0400 | |
|---|---|---|
| committer | 2018-07-27 23:51:12 -0400 | |
| commit | feda8a7db8d1d7c5439aa8f8feef7cc0dd2b59a0 (patch) | |
| tree | 1e50f5f666f419143f510d5ded00fe2006b7bd85 /Plugins/DbSqliteWx/dbsqlitewxinstance.h | |
| parent | d9aa870e5d509cc7309ab82dd102a937ab58613a (diff) | |
New upstream version 3.2.1+dfsg1upstream/3.2.1+dfsg1
Diffstat (limited to 'Plugins/DbSqliteWx/dbsqlitewxinstance.h')
| -rw-r--r-- | Plugins/DbSqliteWx/dbsqlitewxinstance.h | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/Plugins/DbSqliteWx/dbsqlitewxinstance.h b/Plugins/DbSqliteWx/dbsqlitewxinstance.h index 66fcf7e..bc313af 100644 --- a/Plugins/DbSqliteWx/dbsqlitewxinstance.h +++ b/Plugins/DbSqliteWx/dbsqlitewxinstance.h @@ -2,10 +2,20 @@ #define DBSQLITEWXINSTANCE_H
#include "db/abstractdb3.h"
-#include "wxsqlite3.h"
+ +#ifdef WXSQLITE_SYSTEM_LIB +# include "wxsqlite3_unmodified.h"
+#else +# include "wxsqlite3.h"
+#endif + #include "db/stdsqlite3driver.h"
+#ifdef WXSQLITE_SYSTEM_LIB +STD_SQLITE3_DRIVER(WxSQLite, "WxSQLite3",,)
+#else STD_SQLITE3_DRIVER(WxSQLite, "WxSQLite3", wx_,)
+#endif class DbSqliteWxInstance : public AbstractDb3<WxSQLite>
{
|
