Specify by -D

This commit is contained in:
mattn
2014-10-22 13:31:54 +09:00
parent 1fbcb3cdc2
commit 00716954b7
3 changed files with 2 additions and 6 deletions

View File

@@ -29,10 +29,6 @@ struct tm* _localtime32(const __time32_t *tm) {
# define SQLITE_OPEN_FULLMUTEX 0
#endif
#ifndef SQLITE_THREADSAFE
# define SQLITE_THREADSAFE
#endif
static int
_sqlite3_open_v2(const char *filename, sqlite3 **ppDb, int flags, const char *zVfs) {
#ifdef SQLITE_OPEN_URI