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 --- plugins/ConnectionNotify/ConnectionNotify_10.vcxproj | 4 ++-- plugins/ConnectionNotify/ConnectionNotify_12.vcxproj | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'plugins/ConnectionNotify') diff --git a/plugins/ConnectionNotify/ConnectionNotify_10.vcxproj b/plugins/ConnectionNotify/ConnectionNotify_10.vcxproj index ea238d2e40..c91c3fca60 100644 --- a/plugins/ConnectionNotify/ConnectionNotify_10.vcxproj +++ b/plugins/ConnectionNotify/ConnectionNotify_10.vcxproj @@ -100,7 +100,7 @@ Disabled ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) true EnableFastChecks MultiThreadedDebugDLL @@ -131,7 +131,7 @@ OnlyExplicitInline Size ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) true false Fast diff --git a/plugins/ConnectionNotify/ConnectionNotify_12.vcxproj b/plugins/ConnectionNotify/ConnectionNotify_12.vcxproj index 3cd07016f6..54a1b83859 100644 --- a/plugins/ConnectionNotify/ConnectionNotify_12.vcxproj +++ b/plugins/ConnectionNotify/ConnectionNotify_12.vcxproj @@ -104,7 +104,7 @@ Disabled ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) true EnableFastChecks MultiThreadedDebugDLL @@ -136,7 +136,7 @@ OnlyExplicitInline Size ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) true false Fast -- cgit v1.2.3