diff --git a/libsnes/vs2015/libsnes.vcxproj b/libsnes/vs2015/libsnes.vcxproj
index 75f893b5a6..affaca50e4 100644
--- a/libsnes/vs2015/libsnes.vcxproj
+++ b/libsnes/vs2015/libsnes.vcxproj
@@ -98,6 +98,7 @@
HOOKS;BIZHAWK;PROFILE_PERFORMANCE;GAMEBOY;%(PreprocessorDefinitions)
true
false
+ /Zc:threadSafeInit- %(AdditionalOptions)
true
@@ -113,6 +114,7 @@
HOOKS;BIZHAWK;PROFILE_COMPATIBILITY;GAMEBOY;%(PreprocessorDefinitions)
true
false
+ /Zc:threadSafeInit- %(AdditionalOptions)
true
@@ -136,6 +138,7 @@
StreamingSIMDExtensions
Fast
MultiThreaded
+ /Zc:threadSafeInit- %(AdditionalOptions)
true
@@ -159,6 +162,7 @@
Speed
true
AnySuitable
+ /Zc:threadSafeInit- %(AdditionalOptions)
true
diff --git a/output/dll/libsneshawk-32-compatibility.dll b/output/dll/libsneshawk-32-compatibility.dll
index fea764ec23..36389c49c8 100644
Binary files a/output/dll/libsneshawk-32-compatibility.dll and b/output/dll/libsneshawk-32-compatibility.dll differ
diff --git a/output/dll/libsneshawk-32-performance.dll b/output/dll/libsneshawk-32-performance.dll
index 1d1e77fbf5..21f1c9a1a5 100644
Binary files a/output/dll/libsneshawk-32-performance.dll and b/output/dll/libsneshawk-32-performance.dll differ