From d89014c40c6334665a9050439ac3b6ab92848a72 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sat, 22 Mar 2014 14:31:11 +0000 Subject: WIN32 macro isn't needed in projects git-svn-id: http://svn.miranda-ng.org/main/trunk@8688 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- .../Dbx_tree_cryptors/encryption/CAST128/Cast128_10.vcxproj | 4 ++-- .../Dbx_tree_cryptors/encryption/CAST128/Cast128_12.vcxproj | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'plugins/!Deprecated/Dbx_tree_cryptors/encryption/CAST128') 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 @@ Disabled - WIN32;_DEBUG;_WINDOWS;_USRDLL;CAST128_EXPORTS;%(PreprocessorDefinitions) + _DEBUG;_WINDOWS;_USRDLL;CAST128_EXPORTS;%(PreprocessorDefinitions) true EnableFastChecks MultiThreadedDebugDLL @@ -112,7 +112,7 @@ Full AnySuitable Size - WIN32;NDEBUG;_WINDOWS;_USRDLL;CAST128_EXPORTS;%(PreprocessorDefinitions) + NDEBUG;_WINDOWS;_USRDLL;CAST128_EXPORTS;%(PreprocessorDefinitions) true Level3 ..\Common 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 @@ Disabled - WIN32;_DEBUG;_WINDOWS;_USRDLL;CAST128_EXPORTS;%(PreprocessorDefinitions) + _DEBUG;_WINDOWS;_USRDLL;CAST128_EXPORTS;%(PreprocessorDefinitions) true EnableFastChecks MultiThreadedDebugDLL @@ -117,7 +117,7 @@ Full AnySuitable Size - WIN32;NDEBUG;_WINDOWS;_USRDLL;CAST128_EXPORTS;%(PreprocessorDefinitions) + NDEBUG;_WINDOWS;_USRDLL;CAST128_EXPORTS;%(PreprocessorDefinitions) true Level3 ..\Common -- cgit v1.2.3