Added a way to enable exception loading

This commit is contained in:
Alexey Romanov
2013-03-25 00:49:12 +04:00
parent aeaa81f44b
commit b0f1aa1351
2 changed files with 2 additions and 1 deletions

View File

@@ -4,6 +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
#include <erl_driver.h>
#include <erl_interface.h>