Added patch to implement LdrRegisterDllNotification/LdrUnregisterDllNotification.

This commit is contained in:
Sebastian Lackner
2017-07-22 05:03:41 +02:00
parent c8a8ef48e5
commit 60870e076f
3 changed files with 588 additions and 16 deletions

View File

@@ -0,0 +1,4 @@
Fixes: Implement LdrRegisterDllNotification/LdrUnregisterDllNotification
Depends: ntdll-HashLinks
Depends: ntdll-RtlQueryPackageIdentity
Depends: ntdll-Hide_Wine_Exports