mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 14:35:59 +00:00
Added CHECKPOINT macro
svn path=/trunk/; revision=978
This commit is contained in:
parent
480136bdf4
commit
18c0c85dd8
1 changed files with 2 additions and 0 deletions
|
@ -3,8 +3,10 @@
|
|||
|
||||
#ifdef NDEBUG
|
||||
#define DPRINT(args...)
|
||||
#define CHECKPOINT
|
||||
#else
|
||||
#define DPRINT(args...) do { DbgPrint("(NTDLL:%s:%d) ",__FILE__,__LINE__); DbgPrint(args); } while(0);
|
||||
#define CHECKPOINT do { DbgPrint("(NTDLL:%s:%d) Checkpoint\n",__FILE__,__LINE__); } while(0);
|
||||
#endif
|
||||
|
||||
#define DPRINT1(args...) do { DbgPrint("(NTDLL:%s:%d) ",__FILE__,__LINE__); DbgPrint(args); } while(0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue