Commit c605afa3 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

ntdll: Fix the RtlQueryInformationActivationContext() .spec prototype to match its implementation.

parent 92f29748
......@@ -767,7 +767,7 @@
@ stdcall RtlQueryEnvironmentVariable_U(ptr ptr ptr)
@ stub RtlQueryHeapInformation
@ 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 RtlQueryInterfaceMemoryStream
@ stub RtlQueryProcessBackTraceInformation
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment