Francois Gouget : wineboot: Add a reminder that EWX_FORCEIFHUNG is not implemented.

Alexandre Julliard julliard at winehq.org
Mon Oct 29 08:34:48 CDT 2007


Module: wine
Branch: master
Commit: bbf17b0a86b70fd7eed22eaaa374b052e46d4d68
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=bbf17b0a86b70fd7eed22eaaa374b052e46d4d68

Author: Francois Gouget <fgouget at 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;
 




More information about the wine-cvs mailing list