From d193e0b6402c482b9c42016452c3ed219f4f5e35 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 27 Jun 2012 17:14:50 +0000 Subject: fix for the rest of _WIN64 definitions git-svn-id: http://svn.miranda-ng.org/main/trunk@654 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Clist_nicer/clist_nicer_10.vcxproj | 4 ++-- plugins/FingerPrintModPlus/fingerprint_mod_vs2010.vcxproj | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'plugins') diff --git a/plugins/Clist_nicer/clist_nicer_10.vcxproj b/plugins/Clist_nicer/clist_nicer_10.vcxproj index b849ad9f89..40b0971aef 100644 --- a/plugins/Clist_nicer/clist_nicer_10.vcxproj +++ b/plugins/Clist_nicer/clist_nicer_10.vcxproj @@ -141,7 +141,7 @@ ..\..\include;..\..\include\msapi;%(AdditionalIncludeDirectories) - _WIN64;_AMD64;%(PreprocessorDefinitions) + WIN64;_AMD64;%(PreprocessorDefinitions) comctl32.lib;shlwapi.lib;%(AdditionalDependencies) @@ -171,7 +171,7 @@ ..\..\include;..\..\include\msapi;%(AdditionalIncludeDirectories) - _WIN64;_AMD64;%(PreprocessorDefinitions) + WIN64;_AMD64;%(PreprocessorDefinitions) comctl32.lib;shlwapi.lib;%(AdditionalDependencies) diff --git a/plugins/FingerPrintModPlus/fingerprint_mod_vs2010.vcxproj b/plugins/FingerPrintModPlus/fingerprint_mod_vs2010.vcxproj index 1645c14abf..54d3b237b8 100644 --- a/plugins/FingerPrintModPlus/fingerprint_mod_vs2010.vcxproj +++ b/plugins/FingerPrintModPlus/fingerprint_mod_vs2010.vcxproj @@ -135,7 +135,7 @@ true - FULL;_FULL;_WIN64;NDEBUG;_WINDOWS;_USRDLL;FINGERPRINT_EXPORTS;%(PreprocessorDefinitions) + FULL;_FULL;WIN64;NDEBUG;_WINDOWS;_USRDLL;FINGERPRINT_EXPORTS;%(PreprocessorDefinitions) ..\..\include\msapi @@ -161,7 +161,7 @@ global.h - _WIN64;FULL;_FULL;_DEBUG;_WINDOWS;_USRDLL;FINGERPRINT_EXPORTS;%(PreprocessorDefinitions) + WIN64;FULL;_FULL;_DEBUG;_WINDOWS;_USRDLL;FINGERPRINT_EXPORTS;%(PreprocessorDefinitions) ..\..\include\msapi -- cgit v1.2.3