mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 20:35:43 +00:00
- Fix prototype for KeConnectInterrupt.
svn path=/trunk/; revision=11590
This commit is contained in:
parent
2a5fa312ec
commit
93c256ba7e
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ BOOLEAN STDCALL KeCancelTimer (PKTIMER Timer);
|
|||
|
||||
VOID STDCALL KeClearEvent (PKEVENT Event);
|
||||
|
||||
NTSTATUS STDCALL KeConnectInterrupt(PKINTERRUPT InterruptObject);
|
||||
BOOLEAN STDCALL KeConnectInterrupt(PKINTERRUPT InterruptObject);
|
||||
|
||||
NTSTATUS STDCALL KeDelayExecutionThread (KPROCESSOR_MODE WaitMode,
|
||||
BOOLEAN Alertable,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue