mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
Print args of DPRINT and DPRINT1 too
svn path=/trunk/; revision=7563
This commit is contained in:
parent
5eef2adaff
commit
98f8c7a3cc
1 changed files with 2 additions and 2 deletions
|
@ -39,7 +39,7 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
#define DPRINT1(args...) DbgPrint("(%s:%d) ",__FILE__,__LINE__), DbgPrint
|
||||
#define DPRINT1 DbgPrint("(%s:%d) ",__FILE__,__LINE__), DbgPrint
|
||||
#define CHECKPOINT1 DbgPrint("%s:%d\n",__FILE__,__LINE__);
|
||||
|
||||
|
||||
|
@ -50,7 +50,7 @@
|
|||
#endif
|
||||
|
||||
#ifndef NDEBUG
|
||||
#define DPRINT(args...) DbgPrint("(%s:%d) ",__FILE__,__LINE__), DbgPrint
|
||||
#define DPRINT DbgPrint("(%s:%d) ",__FILE__,__LINE__), DbgPrint
|
||||
#define CHECKPOINT DbgPrint("%s:%d\n",__FILE__,__LINE__);
|
||||
#else
|
||||
#define DPRINT(args...)
|
||||
|
|
Loading…
Reference in a new issue