From 3930f1c1aaa615e49a1a849d590768be2959611a Mon Sep 17 00:00:00 2001 From: avolkov Date: Wed, 26 Oct 2005 04:03:12 +0000 Subject: [PATCH] Allow forcing the support for Debug key is any build; plus removed obsolete comment git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1926 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/src/sc2code/uqmdebug.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/sc2/src/sc2code/uqmdebug.c b/sc2/src/sc2code/uqmdebug.c index a964b6725..453b12c06 100644 --- a/sc2/src/sc2code/uqmdebug.c +++ b/sc2/src/sc2code/uqmdebug.c @@ -14,10 +14,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#ifdef DEBUG - /* This file is not even looked at in the unix debug build, - * but MSVC will compile and link it. - */ +#if defined(DEBUG) || defined(USE_DEBUG_KEY) #include "uqmdebug.h"