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/XSoundNotify/XSoundNotify_10.vcxproj | 4 ++-- plugins/XSoundNotify/XSoundNotify_12.vcxproj | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'plugins/XSoundNotify') diff --git a/plugins/XSoundNotify/XSoundNotify_10.vcxproj b/plugins/XSoundNotify/XSoundNotify_10.vcxproj index f2f706c2fe..cf3405f577 100644 --- a/plugins/XSoundNotify/XSoundNotify_10.vcxproj +++ b/plugins/XSoundNotify/XSoundNotify_10.vcxproj @@ -76,7 +76,7 @@ Full Level3 ..\..\include;..\ExternalAPI;src\wtl\include;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) Size Use Common.h @@ -137,7 +137,7 @@ true EditAndContinue ..\..\include;..\ExternalAPI;src\wtl\include;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) EnableFastChecks Use Common.h diff --git a/plugins/XSoundNotify/XSoundNotify_12.vcxproj b/plugins/XSoundNotify/XSoundNotify_12.vcxproj index 16c4bcf0f7..5ae49b2262 100644 --- a/plugins/XSoundNotify/XSoundNotify_12.vcxproj +++ b/plugins/XSoundNotify/XSoundNotify_12.vcxproj @@ -80,7 +80,7 @@ Full Level3 ..\..\include;..\ExternalAPI;src\wtl\include;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) Size Use Common.h @@ -141,7 +141,7 @@ true EditAndContinue ..\..\include;..\ExternalAPI;src\wtl\include;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) EnableFastChecks Use Common.h -- cgit v1.2.3