| commit | 90fcc09d92c69feef8bcd25d2ea7fef177bca735 | [log] [tgz] |
|---|---|---|
| author | Jacek Caban <jacek@codeweavers.com> | Wed Feb 28 03:54:25 2007 +0100 |
| committer | Alexandre Julliard <julliard@winehq.org> | Wed Feb 28 14:03:45 2007 +0100 |
| tree | c10b594b1bd9978e7b365ec9ef9d1c20d24fa824 | |
| parent | 8cef0863377ba2a2f52e8199cd07b78ffe6325a6 [diff] [blame] |
hhctrl.ocx: Call PostQuitMessage only in hh.exe process.
diff --git a/dlls/hhctrl.ocx/help.c b/dlls/hhctrl.ocx/help.c index e98eb82..abbc0c5 100644 --- a/dlls/hhctrl.ocx/help.c +++ b/dlls/hhctrl.ocx/help.c
@@ -631,7 +631,8 @@ ReleaseHelpViewer((HHInfo *)GetWindowLongPtrW(hWnd, GWLP_USERDATA)); return 0; case WM_DESTROY: - PostQuitMessage(0); + if(hh_process) + PostQuitMessage(0); break; default: