[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.

svn path=/trunk/; revision=65810
This commit is contained in:
Hermès Bélusca-Maïto 2014-12-23 14:31:28 +00:00
parent df6ec77084
commit 7385e6669c

View file

@ -277,7 +277,7 @@ ClientThreadSetupHelper(BOOL IsCallback)
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");