mirror of
https://github.com/reactos/reactos.git
synced 2026-05-30 14:34:57 +08:00
[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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user