Sebastian Lackner : ntdll: Mark ZwLoadKey2 export as private.

Alexandre Julliard julliard at winehq.org
Fri Feb 3 13:31:32 CST 2017


Module: wine
Branch: master
Commit: beab000a534ddbb8520cd0ba006505b726cf3dc7
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=beab000a534ddbb8520cd0ba006505b726cf3dc7

Author: Sebastian Lackner <sebastian at fds-team.de>
Date:   Fri Feb  3 09:28:05 2017 +0100

ntdll: Mark ZwLoadKey2 export as private.

Signed-off-by: Sebastian Lackner <sebastian at fds-team.de>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/ntdll/ntdll.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/ntdll/ntdll.spec b/dlls/ntdll/ntdll.spec
index 4cbc3b0..6e99af9 100644
--- a/dlls/ntdll/ntdll.spec
+++ b/dlls/ntdll/ntdll.spec
@@ -1123,7 +1123,7 @@
 # @ stub ZwIsSystemResumeAutomatic
 @ stdcall -private ZwListenPort(ptr ptr) NtListenPort
 @ stdcall -private ZwLoadDriver(ptr) NtLoadDriver
-@ stdcall ZwLoadKey2(ptr ptr long) NtLoadKey2
+@ stdcall -private ZwLoadKey2(ptr ptr long) NtLoadKey2
 @ stdcall -private ZwLoadKey(ptr ptr) NtLoadKey
 @ stdcall -private ZwLockFile(long long ptr ptr ptr ptr ptr ptr long long) NtLockFile
 # @ stub ZwLockProductActivationKeys




More information about the wine-cvs mailing list