sqlite: Be thread-safe on Windows too

This commit is contained in:
Nicolas Williams
2021-11-30 00:55:11 -06:00
committed by Jeffrey Altman
parent 250eee7acf
commit aeac1186c8

View File

@@ -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)