diff options
author | George Hazan <george.hazan@gmail.com> | 2014-03-22 14:31:11 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-03-22 14:31:11 +0000 |
commit | d89014c40c6334665a9050439ac3b6ab92848a72 (patch) | |
tree | d917723215c50684c4fa3cf9ac3b1f7629ee7f0c /plugins/!Deprecated/Dbx_tree_cryptors/encryption/CAST128 | |
parent | ef3f477d42156b0c9994f1de3f85cf052448e52c (diff) |
WIN32 macro isn't needed in projects
git-svn-id: http://svn.miranda-ng.org/main/trunk@8688 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/!Deprecated/Dbx_tree_cryptors/encryption/CAST128')
-rw-r--r-- | plugins/!Deprecated/Dbx_tree_cryptors/encryption/CAST128/Cast128_10.vcxproj | 4 | ||||
-rw-r--r-- | plugins/!Deprecated/Dbx_tree_cryptors/encryption/CAST128/Cast128_12.vcxproj | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/plugins/!Deprecated/Dbx_tree_cryptors/encryption/CAST128/Cast128_10.vcxproj b/plugins/!Deprecated/Dbx_tree_cryptors/encryption/CAST128/Cast128_10.vcxproj index debcd6ee76..6c7e12552c 100644 --- a/plugins/!Deprecated/Dbx_tree_cryptors/encryption/CAST128/Cast128_10.vcxproj +++ b/plugins/!Deprecated/Dbx_tree_cryptors/encryption/CAST128/Cast128_10.vcxproj @@ -67,7 +67,7 @@ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
<Optimization>Disabled</Optimization>
- <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;CAST128_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <PreprocessorDefinitions>_DEBUG;_WINDOWS;_USRDLL;CAST128_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<MinimalRebuild>true</MinimalRebuild>
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
@@ -112,7 +112,7 @@ <Optimization>Full</Optimization>
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
<FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
- <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;CAST128_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <PreprocessorDefinitions>NDEBUG;_WINDOWS;_USRDLL;CAST128_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<FunctionLevelLinking>true</FunctionLevelLinking>
<WarningLevel>Level3</WarningLevel>
<AdditionalIncludeDirectories>..\Common</AdditionalIncludeDirectories>
diff --git a/plugins/!Deprecated/Dbx_tree_cryptors/encryption/CAST128/Cast128_12.vcxproj b/plugins/!Deprecated/Dbx_tree_cryptors/encryption/CAST128/Cast128_12.vcxproj index b295e76857..8d77a18622 100644 --- a/plugins/!Deprecated/Dbx_tree_cryptors/encryption/CAST128/Cast128_12.vcxproj +++ b/plugins/!Deprecated/Dbx_tree_cryptors/encryption/CAST128/Cast128_12.vcxproj @@ -71,7 +71,7 @@ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
<Optimization>Disabled</Optimization>
- <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;CAST128_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <PreprocessorDefinitions>_DEBUG;_WINDOWS;_USRDLL;CAST128_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;CAST128_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <PreprocessorDefinitions>NDEBUG;_WINDOWS;_USRDLL;CAST128_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<FunctionLevelLinking>true</FunctionLevelLinking>
<WarningLevel>Level3</WarningLevel>
<AdditionalIncludeDirectories>..\Common</AdditionalIncludeDirectories>
|