mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
[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:
parent
df6ec77084
commit
7385e6669c
1 changed files with 1 additions and 1 deletions
|
@ -277,7 +277,7 @@ ClientThreadSetupHelper(BOOL IsCallback)
|
||||||
ClientInfo->CI_flags |= CI_INITTHREAD;
|
ClientInfo->CI_flags |= CI_INITTHREAD;
|
||||||
|
|
||||||
/* Initialization that should be done once per process */
|
/* Initialization that should be done once per process */
|
||||||
if (IsFirstThread)
|
// if (IsFirstThread) // Disabling this test is a HACK!!
|
||||||
{
|
{
|
||||||
TRACE("Checkpoint (Allocating TLS)\n");
|
TRACE("Checkpoint (Allocating TLS)\n");
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue