need USE_DEBUG_KEY here too

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1961 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
avolkov
2005-11-07 18:08:23 +00:00
parent f8610f7e2b
commit e0d1a04bec
+1 -1
View File
@@ -14,7 +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.
*/ */
#if !defined(_DEBUG_H) && defined(DEBUG) #if !defined(_DEBUG_H) && (defined(DEBUG) || defined(USE_DEBUG_KEY))
#define _DEBUG_H #define _DEBUG_H
#include "clock.h" #include "clock.h"