mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 08:55:19 +00:00
change line 15 from #if DBG to #ifdef DBG
so head builds agein svn path=/trunk/; revision=15524
This commit is contained in:
parent
7d9d552b40
commit
98bc8544de
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
|
||||
unsigned long DbgPrint(char *Format,...);
|
||||
|
||||
#if DBG
|
||||
#ifdef DBG
|
||||
#define DPRINT1 DbgPrint("(%s:%d:%s) ",__FILE__,__LINE__,__FUNCTION__), DbgPrint
|
||||
#else
|
||||
#define DPRINT1(args...)
|
||||
|
|
Loading…
Reference in a new issue