[DXGTHK] Export DriverEntry (#5607)

Export driver entry point function DriverEntry from our dxgthk.sys,
following Windows behaviur. It is exported on XP SP3 and Server 2003.
This commit is contained in:
Oleg Dubinskiy
2023-09-21 13:25:21 +02:00
committed by GitHub
parent 539123c62f
commit f4d7cccd3c

View File

@@ -1,3 +1,4 @@
@ stdcall DriverEntry(ptr ptr)
@ stdcall EngAcquireSemaphore(ptr) win32k.EngAcquireSemaphore
@ stdcall EngAllocMem(long long long) win32k.EngAllocMem
@ stdcall EngAllocUserMem(long long) win32k.EngAllocUserMem