summaryrefslogtreecommitdiff
path: root/c/workaround.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/workaround.c')
-rw-r--r--c/workaround.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/c/workaround.c b/c/workaround.c
new file mode 100644
index 0000000..592d33d
--- /dev/null
+++ b/c/workaround.c
@@ -0,0 +1,5 @@
1#include "workaround.h"
2
3my_sqlite3_destructor_type sqliteTransientAsDestructor() {
4 return (my_sqlite3_destructor_type)-1;
5}