From 213ba8f33f4cb3ef178d7a441fb7a414e435ab84 Mon Sep 17 00:00:00 2001 From: James Tabor Date: Thu, 19 Feb 2009 22:51:47 +0000 Subject: [PATCH] Patch by Rein Klazes: Do not handle WM_ENDSESSION in DefWinProc(). svn path=/trunk/; revision=39688 --- reactos/dll/win32/user32/windows/defwnd.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/reactos/dll/win32/user32/windows/defwnd.c b/reactos/dll/win32/user32/windows/defwnd.c index 33f90d6959c..d7f75ba0758 100644 --- a/reactos/dll/win32/user32/windows/defwnd.c +++ b/reactos/dll/win32/user32/windows/defwnd.c @@ -1613,10 +1613,6 @@ User32DefWindowProc(HWND hWnd, break; } - case WM_ENDSESSION: - if (wParam) PostQuitMessage(0); - return 0; - case WM_QUERYUISTATE: { LRESULT Ret = 0;