Use beast_sqlite and beast_sqdb

This commit is contained in:
Vinnie Falco
2013-07-24 03:15:07 -07:00
parent 76e0d4c770
commit f5e4b3aeb3

View File

@@ -57,11 +57,6 @@
*/
//#define SQLITE_THREADSAFE 2
/* When compiled with SQLITE_THREADSAFE=2, SQLite can be used in a
multithreaded program so long as no two threads attempt to use the
same database connection at the same time.
*/
#include "sqlite/sqlite3.c"
#if BEAST_MSVC