mirror of
https://github.com/reactos/reactos.git
synced 2025-01-03 21:09:19 +00:00
- Leftover from 41436
svn path=/trunk/; revision=41437
This commit is contained in:
parent
88e9b2a513
commit
2c8507d494
4 changed files with 4 additions and 4 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
#include <stdio.h>
|
||||
|
||||
#ifdef DBG
|
||||
#if DBG
|
||||
#define DPRINT(x, ...) printf(x)
|
||||
#else
|
||||
#define DPRINT(x...)
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
#undef ASSERT
|
||||
#endif
|
||||
|
||||
#ifdef DBG
|
||||
#if DBG
|
||||
|
||||
extern ULONG DebugTraceLevel;
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
#include <tditest.h>
|
||||
|
||||
|
||||
#ifdef DBG
|
||||
#if DBG
|
||||
|
||||
/* See debug.h for debug/trace constants */
|
||||
ULONG DebugTraceLevel = -1;
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
//#define UNICODE
|
||||
//#define _UNICODE
|
||||
|
||||
#ifdef DBG
|
||||
#if DBG
|
||||
#define _DEBUG
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue