diff options
Diffstat (limited to 'plugins/!Deprecated/Dbx_tree_cryptors/encryption/ARC4/ARC4_12.vcxproj')
-rw-r--r-- | plugins/!Deprecated/Dbx_tree_cryptors/encryption/ARC4/ARC4_12.vcxproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/!Deprecated/Dbx_tree_cryptors/encryption/ARC4/ARC4_12.vcxproj b/plugins/!Deprecated/Dbx_tree_cryptors/encryption/ARC4/ARC4_12.vcxproj index 58c8b2ea2f..fa50ee80e4 100644 --- a/plugins/!Deprecated/Dbx_tree_cryptors/encryption/ARC4/ARC4_12.vcxproj +++ b/plugins/!Deprecated/Dbx_tree_cryptors/encryption/ARC4/ARC4_12.vcxproj @@ -71,7 +71,7 @@ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
<Optimization>Disabled</Optimization>
- <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;DBX_TREE_ENCRYPTION_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <PreprocessorDefinitions>_DEBUG;_WINDOWS;_USRDLL;DBX_TREE_ENCRYPTION_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<MinimalRebuild>true</MinimalRebuild>
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
@@ -117,7 +117,7 @@ <Optimization>Full</Optimization>
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
<FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
- <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;DBX_TREE_ENCRYPTION_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <PreprocessorDefinitions>NDEBUG;_WINDOWS;_USRDLL;DBX_TREE_ENCRYPTION_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<FunctionLevelLinking>true</FunctionLevelLinking>
<WarningLevel>Level3</WarningLevel>
<AdditionalIncludeDirectories>..\Common</AdditionalIncludeDirectories>
|