mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
Fix REL build.
svn path=/trunk/; revision=45538
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user