mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
- Fix debug print macros (by hpoussin).
svn path=/trunk/; revision=26782
This commit is contained in:
parent
475bf24b50
commit
368e2849a5
1 changed files with 2 additions and 2 deletions
|
@ -77,8 +77,8 @@ void MEMORY_WRITE_BREAKPOINT4(unsigned long addr);
|
|||
#else
|
||||
|
||||
#define DebugInit()
|
||||
#define DbgPrint(_x_)
|
||||
#define DPRINT1(_x_)
|
||||
#define DbgPrint(_x_) { if (0) printf _x_; }
|
||||
#define DPRINT1(_x_) { if (0) printf _x_; }
|
||||
#define BugCheck(_x_)
|
||||
#define DbgDumpBuffer(_x_, _y_, _z_)
|
||||
|
||||
|
|
Loading…
Reference in a new issue