X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=reactos%2Fwin32ss%2Fdrivers%2Fwatchdog%2Fwatchdog.c;h=a8a0ffc138c1df94f5fa28eb9f01155870379715;hp=8f17ddaa13fad332eb436c1d79b48dc5eb4644a8;hb=579f7d52f24330b8e0af65defa26782113e5a4f7;hpb=60b89ba31a2d122cfd14fef0209ae4a0d1540582 diff --git a/reactos/win32ss/drivers/watchdog/watchdog.c b/reactos/win32ss/drivers/watchdog/watchdog.c index 8f17ddaa13f..a8a0ffc138c 100644 --- a/reactos/win32ss/drivers/watchdog/watchdog.c +++ b/reactos/win32ss/drivers/watchdog/watchdog.c @@ -109,7 +109,8 @@ WdSuspendDeferredWatch( VOID NTAPI WdResumeWatch( - PVOID p1) + PVOID p1, + PVOID p2) { UNIMPLEMENTED; } @@ -117,7 +118,8 @@ WdResumeWatch( VOID FASTCALL WdResumeDeferredWatch( - PVOID p1) + PVOID p1, + PVOID p2) { UNIMPLEMENTED; }