diff options
author | mattn <mattn.jp@gmail.com> | 2014-10-22 13:31:54 +0900 |
---|---|---|
committer | mattn <mattn.jp@gmail.com> | 2014-10-22 13:31:54 +0900 |
commit | 00716954b7fac405c5e5084a0ef6d7d6bc3a2b48 (patch) | |
tree | 247eb9b58232e51df46d9919b4a5d2dd32a5c4fe /sqlite3.go | |
parent | Thread safe (diff) | |
download | golite-00716954b7fac405c5e5084a0ef6d7d6bc3a2b48.tar.gz golite-00716954b7fac405c5e5084a0ef6d7d6bc3a2b48.tar.xz |
Specify by -D
Diffstat (limited to 'sqlite3.go')
-rw-r--r-- | sqlite3.go | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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 |