DPRINTF->TRACE dlls/dinput/mouse/main.c

Tony Lambregts tony_lambregts at telusplanet.net
Fri Mar 14 15:07:10 CST 2003


Change Log: Replace DPRINTF with TRACE

Files changed: dlls/dinput/mouse/main.c

-- 

Tony Lambregts








-------------- next part --------------
Index: main.c
===================================================================
RCS file: /home/wine/wine/dlls/dinput/mouse/main.c,v
retrieving revision 1.20
diff -u -r1.20 main.c
--- main.c	12 Feb 2003 21:27:00 -0000	1.20
+++ main.c	14 Mar 2003 21:11:20 -0000
@@ -868,9 +868,9 @@
 
   TRACE("(this=%p,%p,%p,%08lx)\n", This, lpCallback, lpvRef, dwFlags);
   if (TRACE_ON(dinput)) {
-    DPRINTF("  - flags = ");
+    TRACE("  - flags = ");
     _dump_EnumObjects_flags(dwFlags);
-    DPRINTF("\n");
+    TRACE("\n");
   }
 
   /* Only the fields till dwFFMaxForce are relevant */


More information about the wine-patches mailing list