Define ERLANG_SQLITE3_LOAD_EXTENSION by default

Fixes #30
This commit is contained in:
Alexey Romanov
2014-10-09 23:56:13 +04:00
parent 475096d698
commit 54048aae5b
2 changed files with 5 additions and 3 deletions

View File

@@ -4,7 +4,7 @@
#endif
#define _CRT_SECURE_NO_WARNINGS // secure functions aren't cross-platform
// #define ERLANG_SQLITE3_LOAD_EXTENSION // uncomment if you need to enable loading extensions
#define ERLANG_SQLITE3_LOAD_EXTENSION // comment out if SQLite is built with SQLITE_OMIT_LOAD_EXTENSION
#include <erl_driver.h>
#include <erl_interface.h>