From 7385e6669c3ef157c99d7ff6413733177e4608e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herm=C3=A8s=20B=C3=A9lusca-Ma=C3=AFto?= Date: Tue, 23 Dec 2014 14:31:28 +0000 Subject: [PATCH] [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 --- reactos/win32ss/user/user32/misc/dllmain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/win32ss/user/user32/misc/dllmain.c b/reactos/win32ss/user/user32/misc/dllmain.c index 6504e12204e..7b5d59af024 100644 --- a/reactos/win32ss/user/user32/misc/dllmain.c +++ b/reactos/win32ss/user/user32/misc/dllmain.c @@ -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");