ntdll: Fix the RtlQueryInformationActivationContext() .spec prototype to match its implementation.
This commit is contained in:
parent
92f297485c
commit
c605afa31e
|
@ -767,7 +767,7 @@
|
||||||
@ stdcall RtlQueryEnvironmentVariable_U(ptr ptr ptr)
|
@ stdcall RtlQueryEnvironmentVariable_U(ptr ptr ptr)
|
||||||
@ stub RtlQueryHeapInformation
|
@ stub RtlQueryHeapInformation
|
||||||
@ stdcall RtlQueryInformationAcl(ptr ptr long long)
|
@ stdcall RtlQueryInformationAcl(ptr ptr long long)
|
||||||
@ stdcall RtlQueryInformationActivationContext(long long ptr ptr long ptr long ptr)
|
@ stdcall RtlQueryInformationActivationContext(long long ptr long ptr long ptr)
|
||||||
@ stub RtlQueryInformationActiveActivationContext
|
@ stub RtlQueryInformationActiveActivationContext
|
||||||
@ stub RtlQueryInterfaceMemoryStream
|
@ stub RtlQueryInterfaceMemoryStream
|
||||||
@ stub RtlQueryProcessBackTraceInformation
|
@ stub RtlQueryProcessBackTraceInformation
|
||||||
|
|
Loading…
Reference in New Issue