- If given the EWX_FORCE flag, ExitWindowsEx() should not send the
commit20afe30d76b8b58a7279e941b226217d838a4df7
authorFrancois Gouget <fgouget@codeweavers.com>
Mon, 3 Jan 2005 16:57:02 +0000 (3 16:57 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 3 Jan 2005 16:57:02 +0000 (3 16:57 +0000)
tree53c52ac21901e2ca77aefe161410dd712376bd08
parentd06a464ce9720033468e72fa2ab973c1eb7e66a5
- If given the EWX_FORCE flag, ExitWindowsEx() should not send the
  WM_{QUERY}ENDSESSION messages.
- Add support for EWX_FORCEIFHUNG.
- ExitWindowsEx() should return true if it succeeds, even if the user
  cancels the shutdown.
- Don't crash if there are no windows.
windows/user.c