Try to fix release build

svn path=/trunk/; revision=26785
This commit is contained in:
Hervé Poussineau 2007-05-14 20:28:26 +00:00
parent 753ad4922b
commit 94e0b70c25

View file

@ -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_)