[ros-diffs] [gadamopoulos] 44419: [kernel32] Enable code to initialize the activation context when calling CreateThread See issue #4983 for more details.

gadamopoulos at svn.reactos.org gadamopoulos at svn.reactos.org
Sat Dec 5 20:46:33 CET 2009


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/thread.c?rev=44419&r1=44418&r2=44419&view=diff
==============================================================================
--- 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 */
 




More information about the Ros-diffs mailing list