ntdll: Fixed parameter list in spec file for RtlpNtQueryValueKey.
This commit is contained in:
parent
b25983ff7e
commit
f56edbf537
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue