change line 15 from #if DBG to #ifdef DBG
so head builds agein
Modified: trunk/reactos/include/wine/debug.h
_____
Modified: trunk/reactos/include/wine/debug.h
--- trunk/reactos/include/wine/debug.h 2005-05-26 15:44:04 UTC (rev
15523)
+++ trunk/reactos/include/wine/debug.h 2005-05-26 15:53:24 UTC (rev
15524)
@@ -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...)
Show replies by date