[ros-diffs] [greatlrd] 15524: change line 15 from #if DBG to #ifdef DBG

greatlrd at svn.reactos.com greatlrd at svn.reactos.com
Thu May 26 17:53:26 CEST 2005


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...)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20050526/304ddd1c/attachment.html


More information about the Ros-diffs mailing list