]> asedeno.scripts.mit.edu Git - PuTTY.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)
commit182a511ec3dce0b726be5df4e8e16af605ec4f6a
treef3bcfee0b6dc0fea17af4929ad21a919b7a2d38f
parentf246144c440502fed75fb73cb64a3f0c3c1cd80f
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.)

[originally from svn r5415]
windows/windlg.c
windows/winhelp.h
windows/winpgen.c
windows/winpgnt.c
windows/winstuff.h
windows/winutils.c