VideoCommon: update vcproj file to set HAS_OPENGL

This commit is contained in:
iwubcode 2020-10-23 16:53:28 -05:00
parent a34745926e
commit 8a4773bc91
1 changed files with 5 additions and 0 deletions

View File

@ -15,6 +15,11 @@
<Import Project="$(VSPropsDir)PCHUse.props" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<ItemDefinitionGroup Condition="'$(Platform)'=='x64'">
<ClCompile>
<PreprocessorDefinitions>HAS_OPENGL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
</ItemDefinitionGroup>
<ItemDefinitionGroup>
<ClCompile>
<PreprocessorDefinitions>HAS_VULKAN;%(PreprocessorDefinitions)</PreprocessorDefinitions>