Changed timeout from 2000 to 2001 ms, to be able to find it easier in kmode.

svn path=/trunk/; revision=8218
This commit is contained in:
Mike Nordell 2004-02-17 10:52:03 +00:00
parent ec74cd68bc
commit b84451d1c3

View file

@ -31,7 +31,7 @@ int main()
bSuccess = SetWaitableTimer( bSuccess = SetWaitableTimer(
hTimer, hTimer,
&DueTime, &DueTime,
2000 /*interval*/, 2001 /*interval (using an odd number to be able to find it easy in kmode) */,
TimerApcProc, TimerApcProc,
&value /*callback argument*/, &value /*callback argument*/,
FALSE ); FALSE );