sqlite: Be thread-safe on Windows too
This commit is contained in:

committed by
Jeffrey Altman

parent
250eee7acf
commit
aeac1186c8
@@ -39,7 +39,8 @@ INCFILES= \
|
||||
|
||||
# pmode 0600 = _S_IREAD | _S_IWRITE
|
||||
cdefines = $(cdefines) \
|
||||
-DSQLITE_DEFAULT_FILE_PERMISSIONS=0600
|
||||
-DSQLITE_DEFAULT_FILE_PERMISSIONS=0600 \
|
||||
-DSQLITE_THREADSAFE=1
|
||||
|
||||
$(LIBSQLITE): $(OBJ)\sqlite3.obj
|
||||
$(LIBCON)
|
||||
|
Reference in New Issue
Block a user