Akihiro Sagawa : ntdll/tests: Remove duplicated entry.

Alexandre Julliard julliard at wine.codeweavers.com
Mon Sep 29 13:35:41 CDT 2014


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

Author: Akihiro Sagawa <sagawa.aki at gmail.com>
Date:   Tue Sep 30 00:13:48 2014 +0900

ntdll/tests: Remove duplicated entry.

---

 dlls/ntdll/tests/reg.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dlls/ntdll/tests/reg.c b/dlls/ntdll/tests/reg.c
index 1594665..db608af 100644
--- a/dlls/ntdll/tests/reg.c
+++ b/dlls/ntdll/tests/reg.c
@@ -166,7 +166,6 @@ static BOOL InitFunctionPtrs(void)
     NTDLL_GET_PROC(RtlCreateUnicodeStringFromAsciiz)
     NTDLL_GET_PROC(RtlCreateUnicodeString)
     NTDLL_GET_PROC(RtlFreeUnicodeString)
-    NTDLL_GET_PROC(NtDeleteValueKey)
     NTDLL_GET_PROC(RtlQueryRegistryValues)
     NTDLL_GET_PROC(RtlCheckRegistryKey)
     NTDLL_GET_PROC(RtlOpenCurrentUser)




More information about the wine-cvs mailing list