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
This commit is contained in:
avolkov
2005-10-26 04:03:12 +00:00
parent fcc9c2a447
commit 3930f1c1aa
+1 -4
View File
@@ -14,10 +14,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/ */
#ifdef DEBUG #if defined(DEBUG) || defined(USE_DEBUG_KEY)
/* This file is not even looked at in the unix debug build,
* but MSVC will compile and link it.
*/
#include "uqmdebug.h" #include "uqmdebug.h"