[ros-diffs] [fireball] 42105: - Fix build.

fireball at svn.reactos.org fireball at svn.reactos.org
Mon Jul 20 23:28:10 CEST 2009


Author: fireball
Date: Mon Jul 20 23:28:10 2009
New Revision: 42105

URL: http://svn.reactos.org/svn/reactos?rev=42105&view=rev
Log:
- Fix build.

Modified:
    branches/arwinss/reactos/subsystems/win32/win32k/wine/winesup.c

Modified: branches/arwinss/reactos/subsystems/win32/win32k/wine/winesup.c
URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/subsystems/win32/win32k/wine/winesup.c?rev=42105&r1=42104&r2=42105&view=diff
==============================================================================
--- branches/arwinss/reactos/subsystems/win32/win32k/wine/winesup.c [iso-8859-1] (original)
+++ branches/arwinss/reactos/subsystems/win32/win32k/wine/winesup.c [iso-8859-1] Mon Jul 20 23:28:10 2009
@@ -45,7 +45,7 @@
 
     DueTime.QuadPart = (LONGLONG)when;
 
-    DPRINT1("add_timeout_user(when %I64d, func %p), current time %I64d\n", when, func, CurrentTime.QuadPart);
+    DPRINT1("add_timeout_user(when %I64d, func %p)\n", when, func);
 
     /* Allocate memory for timeout structure */
     TimeoutUser = ExAllocatePool(NonPagedPool, sizeof(struct timeout_user));



More information about the Ros-diffs mailing list