mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-12 08:43:53 -05:00
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]
This commit is contained in:
@ -21,8 +21,6 @@
|
||||
|
||||
#define DEFAULT_KEYSIZE 1024
|
||||
|
||||
static int requested_help;
|
||||
|
||||
static char *cmdline_keyfile = NULL;
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user