mirror of
https://github.com/reactos/reactos.git
synced 2025-01-01 03:54:02 +00:00
[LOL]
Starting NT 5.1 a mysterious "VideoPortCheckForDeviceExistance" (with a 'a') export made its apparition, and is the same as the already existing "VideoPortCheckForDeviceExistence" (with a 'e') ^^ I add it only to be compatible with Win2k3 SP2 videoprt.sys exports. svn path=/trunk/; revision=70770
This commit is contained in:
parent
92e0fb44ca
commit
26495e949a
1 changed files with 5 additions and 0 deletions
|
@ -7,6 +7,11 @@
|
|||
@ stdcall VideoPortAllocatePool(ptr long long long)
|
||||
@ stdcall VideoPortAssociateEventsWithDmaHandle(ptr ptr ptr ptr)
|
||||
@ stdcall VideoPortCheckForDeviceExistence(ptr long long long long long long)
|
||||
|
||||
;; Starting NT 5.1, the following function was introduced for a mysterious reason
|
||||
;; (it differs from the previous one only by its name).
|
||||
@ stdcall VideoPortCheckForDeviceExistance(ptr long long long long long long) VideoPortCheckForDeviceExistence
|
||||
|
||||
@ stdcall VideoPortClearEvent(ptr ptr)
|
||||
@ stdcall VideoPortCompareMemory(ptr ptr long) NTOSKRNL.RtlCompareMemory
|
||||
@ stdcall VideoPortCompleteDma(ptr ptr ptr long)
|
||||
|
|
Loading…
Reference in a new issue