mirror of
https://github.com/reactos/reactos.git
synced 2025-04-27 17:10:22 +00:00
Try to fix release build
svn path=/trunk/; revision=26785
This commit is contained in:
parent
753ad4922b
commit
94e0b70c25
1 changed files with 3 additions and 1 deletions
|
@ -76,8 +76,10 @@ void MEMORY_WRITE_BREAKPOINT4(unsigned long addr);
|
|||
|
||||
#else
|
||||
|
||||
inline VOID DebugPrint(ULONG Mask, char *format, ...) {}
|
||||
|
||||
#define DebugInit()
|
||||
#define DbgPrint(_x_) { if (0) printf _x_; }
|
||||
#define DbgPrint(_x_) { if (0) DebugPrint _x_; }
|
||||
#define DPRINT1(_x_) { if (0) printf _x_; }
|
||||
#define BugCheck(_x_)
|
||||
#define DbgDumpBuffer(_x_, _y_, _z_)
|
||||
|
|
Loading…
Reference in a new issue