https://git.reactos.org/?p=reactos.git;a=commitdiff;h=f4d7cccd3ce13f4835c83…
commit f4d7cccd3ce13f4835c834a3e8a28b5d2472c590
Author: Oleg Dubinskiy <oleg.dubinskij30(a)gmail.com>
AuthorDate: Thu Sep 21 13:25:21 2023 +0200
Commit: GitHub <noreply(a)github.com>
CommitDate: Thu Sep 21 14:25:21 2023 +0300
[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.
---
win32ss/reactx/dxgthk/dxgthk.spec | 1 +
1 file changed, 1 insertion(+)
diff --git a/win32ss/reactx/dxgthk/dxgthk.spec b/win32ss/reactx/dxgthk/dxgthk.spec
index 481520bcd85..dabba56291f 100644
--- a/win32ss/reactx/dxgthk/dxgthk.spec
+++ b/win32ss/reactx/dxgthk/dxgthk.spec
@@ -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