Skip to content

Commit

Permalink
win32: also update __cplusplus in libretro project
Browse files Browse the repository at this point in the history
  • Loading branch information
OV2 committed Feb 23, 2019
1 parent 2ce6de5 commit 80956bd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions libretro/libretro-win32.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@
<PrecompiledHeader />
<WarningLevel>Level2</WarningLevel>
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
<AdditionalOptions>/Zc:__cplusplus %(AdditionalOptions)</AdditionalOptions>
</ClCompile>
<Link>
<ModuleDefinitionFile>
Expand All @@ -126,6 +127,7 @@
<PrecompiledHeader />
<WarningLevel>Level2</WarningLevel>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
<AdditionalOptions>/Zc:__cplusplus %(AdditionalOptions)</AdditionalOptions>
</ClCompile>
<Link>
<ModuleDefinitionFile>
Expand All @@ -147,6 +149,7 @@
<FunctionLevelLinking>true</FunctionLevelLinking>
<PrecompiledHeader />
<WarningLevel>Level2</WarningLevel>
<AdditionalOptions>/Zc:__cplusplus %(AdditionalOptions)</AdditionalOptions>
</ClCompile>
<Link>
<ModuleDefinitionFile>
Expand All @@ -173,6 +176,7 @@
<FunctionLevelLinking>true</FunctionLevelLinking>
<PrecompiledHeader />
<WarningLevel>Level2</WarningLevel>
<AdditionalOptions>/Zc:__cplusplus %(AdditionalOptions)</AdditionalOptions>
</ClCompile>
<Link>
<ModuleDefinitionFile>
Expand Down

0 comments on commit 80956bd

Please sign in to comment.