mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +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:
@@ -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...)
|
||||
|
||||
Reference in New Issue
Block a user