From d5b272b0c824944ecfe90ef52582bca2552b46e0 Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Tue, 2 Oct 2012 19:38:07 +0200 Subject: [PATCH] These directives were only required for the WDK --- plugins/hextray/hextray.vcxproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/hextray/hextray.vcxproj b/plugins/hextray/hextray.vcxproj index e290531b..a56eb639 100644 --- a/plugins/hextray/hextray.vcxproj +++ b/plugins/hextray/hextray.vcxproj @@ -60,7 +60,7 @@ MaxSpeed true true - WIN32;NDEBUG;_WINDOWS;_USRDLL;XTRAY_EXPORTS;_STL70_;_STATIC_CPPLIB;%(PreprocessorDefinitions) + WIN32;NDEBUG;_WINDOWS;_USRDLL;XTRAY_EXPORTS;%(PreprocessorDefinitions) true ..;%(AdditionalIncludeDirectories) @@ -81,7 +81,7 @@ MaxSpeed true true - WIN32;_WIN64;_AMD64_;NDEBUG;_WINDOWS;_USRDLL;XTRAY_EXPORTS;_STL70_;_STATIC_CPPLIB;%(PreprocessorDefinitions) + WIN32;_WIN64;_AMD64_;NDEBUG;_WINDOWS;_USRDLL;XTRAY_EXPORTS;%(PreprocessorDefinitions) true ..;%(AdditionalIncludeDirectories)