Module: wine Branch: master Commit: bbf17b0a86b70fd7eed22eaaa374b052e46d4d68 URL: http://source.winehq.org/git/wine.git/?a=commit;h=bbf17b0a86b70fd7eed22eaaa3...
Author: Francois Gouget fgouget@free.fr Date: Sun Oct 28 02:40:06 2007 +0200
wineboot: Add a reminder that EWX_FORCEIFHUNG is not implemented.
---
programs/wineboot/shutdown.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/programs/wineboot/shutdown.c b/programs/wineboot/shutdown.c index b3825e8..b9705d8 100644 --- a/programs/wineboot/shutdown.c +++ b/programs/wineboot/shutdown.c @@ -249,6 +249,7 @@ static DWORD_PTR send_end_session_messages( struct window_info *win, UINT count, HANDLE process_handle; DWORD ret;
+ /* FIXME: Use flags to implement EWX_FORCEIFHUNG! */ /* don't kill the desktop process */ if (win[0].pid == desktop_pid) return 1;