summaryrefslogtreecommitdiff
path: root/plugins/HistorySweeperLight/historysweeperlight_12.vcxproj
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/HistorySweeperLight/historysweeperlight_12.vcxproj')
-rw-r--r--plugins/HistorySweeperLight/historysweeperlight_12.vcxproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/HistorySweeperLight/historysweeperlight_12.vcxproj b/plugins/HistorySweeperLight/historysweeperlight_12.vcxproj
index 4d0e69de44..21beae1e11 100644
--- a/plugins/HistorySweeperLight/historysweeperlight_12.vcxproj
+++ b/plugins/HistorySweeperLight/historysweeperlight_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>
@@ -132,7 +132,7 @@
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
<IntrinsicFunctions>false</IntrinsicFunctions>
<FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
- <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <PreprocessorDefinitions>NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<StringPooling>true</StringPooling>
<FunctionLevelLinking>true</FunctionLevelLinking>
<WarningLevel>Level3</WarningLevel>