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/win3…
==============================================================================
--- 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));