Fix REL build.

svn path=/trunk/; revision=45538
This commit is contained in:
Dmitry Gorbachev 2010-02-09 20:08:06 +00:00
parent d4cca547fc
commit cca78c7b11
2 changed files with 2 additions and 2 deletions

View file

@ -21,7 +21,7 @@
#include <debug.h>
#if defined(DBG) && !defined(_M_ARM)
#if DBG && !defined(_M_ARM)
//#define DEBUG_ALL
//#define DEBUG_INIFILE

View file

@ -39,7 +39,7 @@
extern char* g_file;
extern int g_line;
#if defined(DBG) && !defined(_M_ARM)
#if DBG && !defined(_M_ARM)
VOID DbgPrintMask(ULONG Mask, char *format, ...);
VOID DebugInit(VOID);