mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
Fix REL build.
svn path=/trunk/; revision=45538
This commit is contained in:
parent
d4cca547fc
commit
cca78c7b11
2 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@
|
|||
|
||||
#include <debug.h>
|
||||
|
||||
#if defined(DBG) && !defined(_M_ARM)
|
||||
#if DBG && !defined(_M_ARM)
|
||||
|
||||
//#define DEBUG_ALL
|
||||
//#define DEBUG_INIFILE
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue