[USER32]: Add yet another magic hack to temporarily reenable bots (ofc. mention in...
authorHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Tue, 23 Dec 2014 14:31:28 +0000 (14:31 +0000)
committerHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Tue, 23 Dec 2014 14:31:28 +0000 (14:31 +0000)
svn path=/trunk/; revision=65810

reactos/win32ss/user/user32/misc/dllmain.c

index 6504e12..7b5d59a 100644 (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");