Author: hbelusca Date: Mon Feb 22 19:11:34 2016 New Revision: 70770
URL: http://svn.reactos.org/svn/reactos?rev=70770&view=rev Log: [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.
Modified: trunk/reactos/win32ss/drivers/videoprt/videoprt.spec
Modified: trunk/reactos/win32ss/drivers/videoprt/videoprt.spec URL: http://svn.reactos.org/svn/reactos/trunk/reactos/win32ss/drivers/videoprt/vi... ============================================================================== --- trunk/reactos/win32ss/drivers/videoprt/videoprt.spec [iso-8859-1] (original) +++ trunk/reactos/win32ss/drivers/videoprt/videoprt.spec [iso-8859-1] Mon Feb 22 19:11:34 2016 @@ -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)