2004-02-07 Dan Aloni <da-x@gmx.net>
* lib/ddk/ntoskrnl.def (KeSetTimer,KeSetTimerEx): Correct suffix.
This commit is contained in:
parent
373a036f7b
commit
a1bca00aa9
|
@ -1,3 +1,8 @@
|
|||
2004-02-07 Dan Aloni <da-x@gmx.net>
|
||||
|
||||
* lib/ddk/ntoskrnl.def (KeSetTimer,KeSetTimerEx): Correct
|
||||
suffix.
|
||||
|
||||
2004-02-02 Danny Smith <dannysmith@users.sourceforge.net>
|
||||
|
||||
* include/oleacc.h (LIBID_Accessibility): Declare.
|
||||
|
|
|
@ -596,8 +596,8 @@ KeSetPriorityThread@8
|
|||
KeSetTargetProcessorDpc@8
|
||||
;KeSetTimeIncrement
|
||||
@KeSetTimeUpdateNotifyRoutine@4
|
||||
KeSetTimer@12
|
||||
KeSetTimerEx@16
|
||||
KeSetTimer@16
|
||||
KeSetTimerEx@20
|
||||
;KeStackAttachProcess
|
||||
KeSynchronizeExecution@12
|
||||
;KeTerminateThread
|
||||
|
|
Loading…
Reference in New Issue