diff options
Diffstat (limited to 'plugins/!Deprecated/Dbx_tree/dbx_tree_12.vcxproj')
-rw-r--r-- | plugins/!Deprecated/Dbx_tree/dbx_tree_12.vcxproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/!Deprecated/Dbx_tree/dbx_tree_12.vcxproj b/plugins/!Deprecated/Dbx_tree/dbx_tree_12.vcxproj index 2ba8fb7b6a..63ed1eb7c7 100644 --- a/plugins/!Deprecated/Dbx_tree/dbx_tree_12.vcxproj +++ b/plugins/!Deprecated/Dbx_tree/dbx_tree_12.vcxproj @@ -77,7 +77,7 @@ <ClCompile>
<Optimization>Disabled</Optimization>
<AdditionalIncludeDirectories>..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <PreprocessorDefinitions>_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
<WarningLevel>Level3</WarningLevel>
@@ -107,7 +107,7 @@ <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
<FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
<AdditionalIncludeDirectories>..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <PreprocessorDefinitions>NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<FloatingPointModel>Fast</FloatingPointModel>
<WarningLevel>Level3</WarningLevel>
<StringPooling>true</StringPooling>
|