[MSGINA][SHELL32]: Temporarily disable the WM_ACTIVATE check because it blocks for...
[reactos.git] / reactos / dll / win32 / msgina / shutdown.c
index 0eb6f6c..1b1e48a 100644 (file)
@@ -299,12 +299,14 @@ ExitWindowsDialogShellProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
             return TRUE;
         }
 
+#if 0
         case WM_ACTIVATE:
         {
             if (LOWORD(wParam) == WA_INACTIVE)
                 EndDialog(hWnd, 0);
             return FALSE;
         }
+#endif
 
         case WM_PAINT:
         {