Move the MessageBox-with-help function out into winutils.c, although it's
authorjacob <jacob@cda61777-01e9-0310-a592-d414129be87e>
Tue, 1 Mar 2005 00:00:09 +0000 (00:00 +0000)
committerjacob <jacob@cda61777-01e9-0310-a592-d414129be87e>
Tue, 1 Mar 2005 00:00:09 +0000 (00:00 +0000)
commit690695e0356273fb6aa1c851713831f14254590d
treef3bcfee0b6dc0fea17af4929ad21a919b7a2d38f
parent95390bb866330af2a495a87db368886185bfd887
Move the MessageBox-with-help function out into winutils.c, although it's
still only used for the host key popups. Side-effects:
 - requested_help is a winstuff.h global
 - Pageant now defines winstuff.h globals

(Also, my previous fix to my improved host-key dialogs only got the "changed"
case, not the "unknown" case. Some days I shouldn't be let near a keyboard.)

git-svn-id: svn://svn.tartarus.org/sgt/putty@5415 cda61777-01e9-0310-a592-d414129be87e
windows/windlg.c
windows/winhelp.h
windows/winpgen.c
windows/winpgnt.c
windows/winstuff.h
windows/winutils.c