Author: gadamopoulos Date: Sat Dec 5 20:46:33 2009 New Revision: 44419
URL: http://svn.reactos.org/svn/reactos?rev=44419&view=rev Log: [kernel32] Enable code to initialize the activation context when calling CreateThread See issue #4983 for more details.
Modified: trunk/reactos/dll/win32/kernel32/thread/thread.c
Modified: trunk/reactos/dll/win32/kernel32/thread/thread.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/kernel32/thread/t... ============================================================================== --- trunk/reactos/dll/win32/kernel32/thread/thread.c [iso-8859-1] (original) +++ trunk/reactos/dll/win32/kernel32/thread/thread.c [iso-8859-1] Sat Dec 5 20:46:33 2009 @@ -158,7 +158,6 @@ return NULL; }
- #ifdef SXS_SUPPORT_ENABLED /* Are we in the same process? */ if (hProcess == NtCurrentProcess()) { @@ -215,7 +214,6 @@ else DPRINT1("RtlAllocateActivationContextStack failed %x\n", Status); } - #endif
/* FIXME: Notify CSR */