mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +00: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:
parent
539123c62f
commit
f4d7cccd3c
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue