summaryrefslogtreecommitdiff
path: root/plugins/wbOSD/wbOSD_12.vcxproj
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/wbOSD/wbOSD_12.vcxproj')
-rw-r--r--plugins/wbOSD/wbOSD_12.vcxproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/wbOSD/wbOSD_12.vcxproj b/plugins/wbOSD/wbOSD_12.vcxproj
index 1d9cb96a47..0c02cd7cdf 100644
--- a/plugins/wbOSD/wbOSD_12.vcxproj
+++ b/plugins/wbOSD/wbOSD_12.vcxproj
@@ -76,7 +76,7 @@
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
<Optimization>Disabled</Optimization>
- <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <PreprocessorDefinitions>_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<MinimalRebuild>true</MinimalRebuild>
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
@@ -123,7 +123,7 @@
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<ClCompile>
- <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <PreprocessorDefinitions>NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PrecompiledHeader>Use</PrecompiledHeader>
<WarningLevel>Level3</WarningLevel>
<Optimization>Full</Optimization>