Skip to content

Commit

Permalink
[DXGTHK] Export DriverEntry
Browse files Browse the repository at this point in the history
Export driver entry point function DriverEntry from our dxgthk.sys.
It does not improve anything so much, it just mimics Windows behaviour.
Do it the same in ReactOS as it's done in Windows. Confirmed that it is exported on Windows XP SP3 at least.
  • Loading branch information
oleg-dubinskiy committed Aug 22, 2023
1 parent 2ea03b5 commit 0dc8064
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions win32ss/reactx/dxgthk/dxgthk.spec
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 0dc8064

Please sign in to comment.