mirror of
https://github.com/reactos/reactos.git
synced 2026-05-31 16:31:07 +08:00
[NTOSKRNL] Remove export version checking for IoConnect/DisconnectInterruptEx()
Since we're going to remove NT6.0+ exports versioning for the kernel soon anyway. Also, this is badly required by recently imported KMDF stack and the drivers which use it (including the new hdaudbus) to work properly and avoids the failure because of missing exports (for NT5.2 target). CORE-15350, CORE-18776
This commit is contained in:
@@ -362,7 +362,7 @@
|
||||
@ stdcall IoCheckShareAccess(long long ptr ptr long)
|
||||
@ stdcall IoCompleteRequest(ptr long)
|
||||
@ stdcall IoConnectInterrupt(ptr ptr ptr ptr long long long long long long long)
|
||||
@ stdcall -version=0x600+ IoConnectInterruptEx(ptr)
|
||||
@ stdcall IoConnectInterruptEx(ptr)
|
||||
@ stdcall IoCreateController(long)
|
||||
@ stdcall IoCreateDevice(ptr long ptr long long long ptr)
|
||||
@ stdcall IoCreateDisk(ptr ptr)
|
||||
@@ -391,7 +391,7 @@
|
||||
@ extern IoDeviceHandlerObjectType
|
||||
@ extern IoDeviceObjectType
|
||||
@ stdcall IoDisconnectInterrupt(ptr)
|
||||
@ stdcall -version=0x600+ IoDisconnectInterruptEx(ptr)
|
||||
@ stdcall IoDisconnectInterruptEx(ptr)
|
||||
@ extern IoDriverObjectType
|
||||
@ stdcall IoEnqueueIrp(ptr)
|
||||
@ stdcall IoEnumerateDeviceObjectList(ptr ptr long ptr)
|
||||
|
||||
Reference in New Issue
Block a user