Index: dll/win32/kernel32/client/thread.c =================================================================== --- dll/win32/kernel32/client/thread.c (revision 54318) +++ dll/win32/kernel32/client/thread.c (working copy) @@ -17,7 +17,6 @@ /* FIXME: NDK */ #define HIGH_PRIORITY 31 -#define SXS_SUPPORT_FIXME NTSTATUS WINAPI @@ -184,10 +183,8 @@ PTEB Teb; PVOID ActivationContextStack; THREAD_BASIC_INFORMATION ThreadBasicInfo; -#ifndef SXS_SUPPORT_FIXME ACTIVATION_CONTEXT_BASIC_INFORMATION ActivationCtxInfo; ULONG_PTR Cookie; -#endif ULONG retLen; /* Get the TEB */ @@ -208,7 +205,7 @@ /* Save it */ Teb->ActivationContextStackPointer = ActivationContextStack; -#ifndef SXS_SUPPORT_FIXME + /* Query the Context */ Status = RtlQueryInformationActivationContext(1, 0, @@ -232,7 +229,6 @@ } else DPRINT1("RtlQueryInformationActivationContext failed %x\n", Status); -#endif } else DPRINT1("RtlAllocateActivationContextStack failed %x\n", Status);