wineboot: Add a reminder that EWX_FORCEIFHUNG is not implemented.

This commit is contained in:
Francois Gouget 2007-10-28 02:40:06 +02:00 committed by Alexandre Julliard
parent 7afe1d23e2
commit bbf17b0a86

View file

@ -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;