From 0e3fbb01d7f9608f37597df33a0833a6f7b3f173 Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Sat, 21 Jul 2012 14:59:25 +0200 Subject: Add _AMD64_ definition for x64 builds, make Visual Studio even happier --- plugins/hextray/hextray.vcxproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/hextray/hextray.vcxproj') diff --git a/plugins/hextray/hextray.vcxproj b/plugins/hextray/hextray.vcxproj index de7da08c..378d31af 100644 --- a/plugins/hextray/hextray.vcxproj +++ b/plugins/hextray/hextray.vcxproj @@ -81,7 +81,7 @@ MaxSpeed true true - WIN32;_WIN64;NDEBUG;_WINDOWS;_USRDLL;XTRAY_EXPORTS;_STL70_;_STATIC_CPPLIB;%(PreprocessorDefinitions) + WIN32;_WIN64;_AMD64_;NDEBUG;_WINDOWS;_USRDLL;XTRAY_EXPORTS;_STL70_;_STATIC_CPPLIB;%(PreprocessorDefinitions) true ..;%(AdditionalIncludeDirectories) -- cgit 1.4.1