mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-06-30 19:12:48 -05:00
Remove 'static' qualifier from Conf pointer
Configuration pointer is globally visible from winstuff.h, so it cannot be 'static' any longer.
This commit is contained in:

committed by
Simon Tatham

parent
506a0b1b77
commit
a4b5f66d93
@ -38,7 +38,7 @@ DWORD orig_console_mode;
|
||||
WSAEVENT netevent;
|
||||
|
||||
static Backend *backend;
|
||||
static Conf *conf;
|
||||
Conf *conf;
|
||||
|
||||
bool term_ldisc(Terminal *term, int mode)
|
||||
{
|
||||
|
Reference in New Issue
Block a user