From c836061c4bce5fac2c3c349ace3bddb99f081c9e Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 8 Nov 2017 16:08:23 +0300 Subject: fix for the possible crash with static variables --- plugins/CryptoPP/crypto/cryptlib_15.vcxproj | 4 ++++ plugins/CryptoPP/cryptopp_15.vcxproj | 4 ++++ 2 files changed, 8 insertions(+) (limited to 'plugins/CryptoPP') diff --git a/plugins/CryptoPP/crypto/cryptlib_15.vcxproj b/plugins/CryptoPP/crypto/cryptlib_15.vcxproj index 1e474888a5..6679b5e5a7 100644 --- a/plugins/CryptoPP/crypto/cryptlib_15.vcxproj +++ b/plugins/CryptoPP/crypto/cryptlib_15.vcxproj @@ -83,6 +83,7 @@ Use pch.h Level3 + /Zc:threadSafeInit- %(AdditionalOptions) ..\..\..\include\msapi @@ -102,6 +103,7 @@ Use pch.h Level3 + /Zc:threadSafeInit- %(AdditionalOptions) ..\..\..\include\msapi @@ -119,6 +121,7 @@ pch.h Level3 Disabled + /Zc:threadSafeInit- %(AdditionalOptions) ..\..\..\include\msapi @@ -136,6 +139,7 @@ pch.h Level3 Disabled + /Zc:threadSafeInit- %(AdditionalOptions) ..\..\..\include\msapi diff --git a/plugins/CryptoPP/cryptopp_15.vcxproj b/plugins/CryptoPP/cryptopp_15.vcxproj index 8f2808dfd5..f0a3e2fb03 100644 --- a/plugins/CryptoPP/cryptopp_15.vcxproj +++ b/plugins/CryptoPP/cryptopp_15.vcxproj @@ -84,6 +84,7 @@ Level3 EditAndContinue Use + /Zc:threadSafeInit- %(AdditionalOptions) _DEBUG;%(PreprocessorDefinitions) @@ -109,6 +110,7 @@ commonheaders.h Level3 Use + /Zc:threadSafeInit- %(AdditionalOptions) _DEBUG;%(PreprocessorDefinitions) @@ -136,6 +138,7 @@ Use commonheaders.h Level3 + /Zc:threadSafeInit- %(AdditionalOptions) NDEBUG;%(PreprocessorDefinitions) @@ -164,6 +167,7 @@ Use commonheaders.h Level3 + /Zc:threadSafeInit- %(AdditionalOptions) NDEBUG;%(PreprocessorDefinitions) -- cgit v1.2.3