diff options
Diffstat (limited to 'plugins/Dbx_tree/encryption/CAST128/Cast128_10.vcxproj')
-rw-r--r-- | plugins/Dbx_tree/encryption/CAST128/Cast128_10.vcxproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Dbx_tree/encryption/CAST128/Cast128_10.vcxproj b/plugins/Dbx_tree/encryption/CAST128/Cast128_10.vcxproj index 1823cf70b1..debcd6ee76 100644 --- a/plugins/Dbx_tree/encryption/CAST128/Cast128_10.vcxproj +++ b/plugins/Dbx_tree/encryption/CAST128/Cast128_10.vcxproj @@ -89,7 +89,7 @@ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<ClCompile>
<Optimization>Disabled</Optimization>
- <PreprocessorDefinitions>WIN64;_DEBUG;_WINDOWS;_USRDLL;CAST128_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <PreprocessorDefinitions>_DEBUG;_WINDOWS;_USRDLL;CAST128_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
<WarningLevel>Level3</WarningLevel>
@@ -136,7 +136,7 @@ <Optimization>Full</Optimization>
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
<FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
- <PreprocessorDefinitions>WIN64;NDEBUG;_WINDOWS;_USRDLL;CAST128_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <PreprocessorDefinitions>NDEBUG;_WINDOWS;_USRDLL;CAST128_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<FunctionLevelLinking>true</FunctionLevelLinking>
<WarningLevel>Level3</WarningLevel>
<AdditionalIncludeDirectories>..\Common</AdditionalIncludeDirectories>
|