* Sync up to trunk head (r65394).
[reactos.git] / win32ss / user / ntuser / hotkey.c
index 4be4c21..ddb0ce7 100644 (file)
@@ -212,7 +212,7 @@ co_UserProcessHotKeys(WORD wVk, BOOL bIsDown)
         if (!bIsDown)
         {
             /* WIN and F12 keys are not hardcoded here. See comments on top of this file. */
-            if (pHotKey->id == IDHK_WINKEY && bWinHotkeyActive == TRUE)
+            if (pHotKey->id == IDHK_WINKEY && bWinHotkeyActive)
             {
                 pWnd = ValidateHwndNoErr(InputWindowStation->ShellWindow);
                 if (pWnd)