]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/commit
Move the MessageBox-with-help function out into winutils.c, although it's
authorJacob Nevins <jacobn@chiark.greenend.org.uk>
Tue, 1 Mar 2005 00:00:09 +0000 (00:00 +0000)
committerJacob Nevins <jacobn@chiark.greenend.org.uk>
Tue, 1 Mar 2005 00:00:09 +0000 (00:00 +0000)
commitf80c7293c1c41845217de9ff02bee51ee142f1d5
treef3bcfee0b6dc0fea17af4929ad21a919b7a2d38f
parente40863434c69d4a8c788ed386c0d7f7d150f7ac6
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: http://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