mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 12:23:31 +00:00
Patch by Rein Klazes: Do not handle WM_ENDSESSION in DefWinProc().
svn path=/trunk/; revision=39688
This commit is contained in:
@@ -1613,10 +1613,6 @@ User32DefWindowProc(HWND hWnd,
|
||||
break;
|
||||
}
|
||||
|
||||
case WM_ENDSESSION:
|
||||
if (wParam) PostQuitMessage(0);
|
||||
return 0;
|
||||
|
||||
case WM_QUERYUISTATE:
|
||||
{
|
||||
LRESULT Ret = 0;
|
||||
|
||||
Reference in New Issue
Block a user