[LOL]
authorHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Mon, 22 Feb 2016 19:11:34 +0000 (19:11 +0000)
committerHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Mon, 22 Feb 2016 19:11:34 +0000 (19:11 +0000)
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

reactos/win32ss/drivers/videoprt/videoprt.spec

index e243d40..15d1a84 100644 (file)
@@ -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)