ChangeSet ID: 15123
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/01/03 10:57:03
Modified files:
windows : user.c
Log message:
Francois Gouget <fgouget(a)codeweavers.com>
- 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.
Patch: http://cvs.winehq.org/patch.py?id=15123
Old revision New revision Changes Path
1.105 1.106 +23 -17 wine/windows/user.c