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/Xfire/xfire_12.vcxproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'protocols/Xfire/xfire_12.vcxproj') diff --git a/protocols/Xfire/xfire_12.vcxproj b/protocols/Xfire/xfire_12.vcxproj index 5e2c123d90..67e22bd966 100644 --- a/protocols/Xfire/xfire_12.vcxproj +++ b/protocols/Xfire/xfire_12.vcxproj @@ -84,7 +84,7 @@ -D_SCL_SECURE_NO_WARNINGS %(AdditionalOptions) Disabled - WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;PTW32_STATIC_LIB;%(PreprocessorDefinitions) + _DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;PTW32_STATIC_LIB;%(PreprocessorDefinitions) true EnableFastChecks MultiThreadedDebugDLL @@ -137,7 +137,7 @@ Full Size true - WIN32;NDEBUG;_CONSOLE;PTW32_STATIC_LIB;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + NDEBUG;_CONSOLE;PTW32_STATIC_LIB;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) Sync Default MultiThreadedDLL -- cgit v1.2.3