mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +00:00
no change
svn path=/trunk/; revision=86
This commit is contained in:
parent
33e768c8cd
commit
409861205e
1 changed files with 4 additions and 2 deletions
|
@ -52,7 +52,9 @@ VOID IoStartTimer(PDEVICE_OBJECT DeviceObject)
|
|||
lli = -1000000;
|
||||
li = *(LARGE_INTEGER *)&lli;
|
||||
|
||||
KeSetTimerEx(&DeviceObject->Timer->timer,li,1000,
|
||||
KeSetTimerEx(&DeviceObject->Timer->timer,
|
||||
li,
|
||||
1000,
|
||||
&(DeviceObject->Timer->dpc));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue