Alexandre Julliard : ntdll: Added spec entry for NtQueryMultipleValueKey.
Module: wine Branch: refs/heads/master Commit: 72e2dea1f13fb28c9391b41fa412bf75f26da811 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=72e2dea1f13fb28c9391b41f... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Mon Jun 12 16:10:28 2006 +0200 ntdll: Added spec entry for NtQueryMultipleValueKey. --- dlls/ntdll/ntdll.spec | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dlls/ntdll/ntdll.spec b/dlls/ntdll/ntdll.spec index 2950453..4b5549f 100644 --- a/dlls/ntdll/ntdll.spec +++ b/dlls/ntdll/ntdll.spec @@ -252,7 +252,7 @@ # @ stub NtQueryInformationJobObject @ stub NtQueryIntervalProfile @ stub NtQueryIoCompletion @ stdcall NtQueryKey (long long ptr long ptr) -# @ stub NtQueryMultipleValueKey +@ stdcall NtQueryMultipleValueKey(long ptr long ptr long ptr) @ stdcall NtQueryMutant(long long ptr long ptr) @ stdcall NtQueryObject(long long long long long) @ stub NtQueryOpenSubKeys
participants (1)
-
Alexandre Julliard