ntdll: Mark ZwLoadKey2 export as private.

Sebastian Lackner sebastian at fds-team.de
Fri Feb 3 02:28:05 CST 2017


Signed-off-by: Sebastian Lackner <sebastian at fds-team.de>
---

This was missed in 6d89be5496ba581d88ddba076ccaed157fd0b426.

 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 4cbc3b01c00..6e99af95c82 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
-- 
2.11.0



More information about the wine-patches mailing list