diff --git a/libs/win32/sqlite/sqlite.2008.vcproj b/libs/win32/sqlite/sqlite.2008.vcproj index 59fa6473fd..7029cd1042 100644 --- a/libs/win32/sqlite/sqlite.2008.vcproj +++ b/libs/win32/sqlite/sqlite.2008.vcproj @@ -43,7 +43,7 @@ Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories=""$(ProjectDir)";"$(ProjectDir)..\..\sqlite\src"" - PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32;_DEBUG;_LIB;SQLITE_DEBUG" + PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32;_DEBUG;_LIB;SQLITE_DEBUG;THREADSAFE=1" MinimalRebuild="true" BasicRuntimeChecks="3" RuntimeLibrary="3" @@ -106,7 +106,7 @@