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 --- protocols/MRA/Mra_10.vcxproj | 4 ++-- protocols/MRA/Mra_12.vcxproj | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'protocols/MRA') diff --git a/protocols/MRA/Mra_10.vcxproj b/protocols/MRA/Mra_10.vcxproj index aa10e41743..8d1a43849f 100644 --- a/protocols/MRA/Mra_10.vcxproj +++ b/protocols/MRA/Mra_10.vcxproj @@ -72,7 +72,7 @@ Disabled - WIN32;_DEBUG;_WINDOWS;_USRDLL;MRA_EXPORTS;%(PreprocessorDefinitions) + _DEBUG;_WINDOWS;_USRDLL;MRA_EXPORTS;%(PreprocessorDefinitions) true true EnableFastChecks @@ -126,7 +126,7 @@ Full OnlyExplicitInline Size - WIN32;NDEBUG;_WINDOWS;_USRDLL;MRA_EXPORTS;%(PreprocessorDefinitions) + NDEBUG;_WINDOWS;_USRDLL;MRA_EXPORTS;%(PreprocessorDefinitions) true false true diff --git a/protocols/MRA/Mra_12.vcxproj b/protocols/MRA/Mra_12.vcxproj index a7c1a022e4..50559fa9a4 100644 --- a/protocols/MRA/Mra_12.vcxproj +++ b/protocols/MRA/Mra_12.vcxproj @@ -76,7 +76,7 @@ Disabled - WIN32;_DEBUG;_WINDOWS;_USRDLL;MRA_EXPORTS;%(PreprocessorDefinitions) + _DEBUG;_WINDOWS;_USRDLL;MRA_EXPORTS;%(PreprocessorDefinitions) true true EnableFastChecks @@ -131,7 +131,7 @@ Full OnlyExplicitInline Size - WIN32;NDEBUG;_WINDOWS;_USRDLL;MRA_EXPORTS;%(PreprocessorDefinitions) + NDEBUG;_WINDOWS;_USRDLL;MRA_EXPORTS;%(PreprocessorDefinitions) true false true -- cgit v1.2.3