mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 17:14:41 +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,8 +52,10 @@ VOID IoStartTimer(PDEVICE_OBJECT DeviceObject)
|
|||
lli = -1000000;
|
||||
li = *(LARGE_INTEGER *)&lli;
|
||||
|
||||
KeSetTimerEx(&DeviceObject->Timer->timer,li,1000,
|
||||
&(DeviceObject->Timer->dpc));
|
||||
KeSetTimerEx(&DeviceObject->Timer->timer,
|
||||
li,
|
||||
1000,
|
||||
&(DeviceObject->Timer->dpc));
|
||||
}
|
||||
|
||||
VOID IoStopTimer(PDEVICE_OBJECT DeviceObject)
|
||||
|
|
Loading…
Reference in a new issue