From e26d06563851e85fa26c606a2577f81b4d7bef7c Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 7 Jan 2021 16:07:47 +0300 Subject: less constants, less arrays --- plugins/Dbx_sqlite/src/stdafx.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'plugins/Dbx_sqlite/src/stdafx.h') diff --git a/plugins/Dbx_sqlite/src/stdafx.h b/plugins/Dbx_sqlite/src/stdafx.h index a73a36ef53..d1cbb5ec17 100644 --- a/plugins/Dbx_sqlite/src/stdafx.h +++ b/plugins/Dbx_sqlite/src/stdafx.h @@ -20,6 +20,14 @@ #include "resource.h" #include "version.h" +struct CQuery +{ + const char *szQuery; + sqlite3_stmt *pQuery; +}; + +///////////////////////////////////////////////////////////////////////////////////////// + constexpr auto SQLITE_HEADER_STR = "SQLite format 3"; struct CMPlugin : public PLUGIN -- cgit v1.2.3