mirror of
https://github.com/reactos/reactos.git
synced 2025-07-30 22:01:43 +00:00
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:
parent
ec74cd68bc
commit
b84451d1c3
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ int main()
|
|||
bSuccess = SetWaitableTimer(
|
||||
hTimer,
|
||||
&DueTime,
|
||||
2000 /*interval*/,
|
||||
2001 /*interval (using an odd number to be able to find it easy in kmode) */,
|
||||
TimerApcProc,
|
||||
&value /*callback argument*/,
|
||||
FALSE );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue