Author: hbelusca Date: Tue Dec 23 14:31:28 2014 New Revision: 65810
URL: http://svn.reactos.org/svn/reactos?rev=65810&view=rev Log: [USER32]: Add yet another magic hack to temporarily reenable bots (ofc. mention in the code that this is a hack). See r65799 for more details, and CORE-8949.
Modified: trunk/reactos/win32ss/user/user32/misc/dllmain.c
Modified: trunk/reactos/win32ss/user/user32/misc/dllmain.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/win32ss/user/user32/misc/dl... ============================================================================== --- trunk/reactos/win32ss/user/user32/misc/dllmain.c [iso-8859-1] (original) +++ trunk/reactos/win32ss/user/user32/misc/dllmain.c [iso-8859-1] Tue Dec 23 14:31:28 2014 @@ -277,7 +277,7 @@ ClientInfo->CI_flags |= CI_INITTHREAD;
/* Initialization that should be done once per process */ - if (IsFirstThread) + // if (IsFirstThread) // Disabling this test is a HACK!! { TRACE("Checkpoint (Allocating TLS)\n");