projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
539123c
)
[DXGTHK] Export DriverEntry (#5607)
author
Oleg Dubinskiy
<oleg.dubinskij30@gmail.com>
Thu, 21 Sep 2023 11:25:21 +0000
(13:25 +0200)
committer
GitHub
<noreply@github.com>
Thu, 21 Sep 2023 11:25:21 +0000
(14:25 +0300)
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
patch
|
blob
|
history
diff --git
a/win32ss/reactx/dxgthk/dxgthk.spec
b/win32ss/reactx/dxgthk/dxgthk.spec
index
481520b
..
dabba56
100644
(file)
--- 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