summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2021-12-04 19:24:01 +0300
committerGeorge Hazan <ghazan@miranda.im>2021-12-04 19:24:01 +0300
commitc6599302f4f68abad3e508dd63445280fc481a76 (patch)
treeb2146475767811fa4b1d321dc793d34a9107d648 /include
parent5ea47a8634e1facfeab862c62140fd94ff917d62 (diff)
no need to patch sqlite3.h anymore
Diffstat (limited to 'include')
-rw-r--r--include/sqlite3.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sqlite3.h b/include/sqlite3.h
new file mode 100644
index 0000000000..fe1d1485d0
--- /dev/null
+++ b/include/sqlite3.h
@@ -0,0 +1,2 @@
+#define SQLITE_API __declspec(dllimport)
+#include "../libs/sqlite3/src/sqlite3.h"