ntdll: Fixed parameter list in spec file for RtlpNtQueryValueKey.

This commit is contained in:
Qian Hong 2013-08-06 15:55:25 +08:00 committed by Alexandre Julliard
parent b25983ff7e
commit f56edbf537
1 changed files with 1 additions and 1 deletions

View File

@ -939,7 +939,7 @@
@ stdcall RtlpNtEnumerateSubKey(ptr ptr long)
@ stdcall RtlpNtMakeTemporaryKey(ptr)
@ stdcall RtlpNtOpenKey(ptr long ptr)
@ stdcall RtlpNtQueryValueKey(long ptr ptr ptr)
@ stdcall RtlpNtQueryValueKey(long ptr ptr ptr ptr)
@ stdcall RtlpNtSetValueKey(ptr long ptr long)
@ stdcall RtlpUnWaitCriticalSection(ptr)
@ stdcall RtlpWaitForCriticalSection(ptr)