From 37d847c416712e9b8ed0468538456a552fa77881 Mon Sep 17 00:00:00 2001 From: Adam Roben Date: Tue, 28 May 2013 11:55:25 -0400 Subject: [PATCH] Fix linker errors about __imp___CrtDbgReportW We were linking against the release CRT but defining _DEBUG, which should only be defined when using the debug CRT. --- brightray/brightray.gypi | 1 - 1 file changed, 1 deletion(-) diff --git a/brightray/brightray.gypi b/brightray/brightray.gypi index 3f426666d9b..14d10cc7a16 100644 --- a/brightray/brightray.gypi +++ b/brightray/brightray.gypi @@ -80,7 +80,6 @@ 'msvs_settings': { 'VCCLCompilerTool': { 'Optimization': '<(win_debug_Optimization)', - 'PreprocessorDefinitions': ['_DEBUG'], 'BasicRuntimeChecks': '<(win_debug_RuntimeChecks)', # We use Release to match the version of chromiumcontent.dll we # link against.