Skip to content

Commit ab49262

Browse files
committed
Fix potential implicit TLS usage that could break XP support
1 parent c7a8fa4 commit ab49262

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

win32_utf8.vcxproj

+1
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@
7171
<ItemDefinitionGroup>
7272
<ClCompile>
7373
<WarningLevel>Level3</WarningLevel>
74+
<AdditionalOptions>/Zc:threadSafeInit- %(AdditionalOptions)</AdditionalOptions>
7475
</ClCompile>
7576
<Link>
7677
<SubSystem>Windows</SubSystem>

0 commit comments

Comments
 (0)