Francois Gouget : ntdll: Fix the RtlQueryInformationActivationContext() . spec prototype to match its implementation.
Module: wine Branch: master Commit: c605afa31ecc72f21f15e0754667f50e659a03ff URL: http://source.winehq.org/git/wine.git/?a=commit;h=c605afa31ecc72f21f15e07546... Author: Francois Gouget <fgouget(a)free.fr> Date: Wed Aug 8 10:47:50 2007 +0200 ntdll: Fix the RtlQueryInformationActivationContext() .spec prototype to match its implementation. --- 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 9af0d13..07abf1c 100644 --- a/dlls/ntdll/ntdll.spec +++ b/dlls/ntdll/ntdll.spec @@ -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
participants (1)
-
Alexandre Julliard