X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/5dd29cf7f83b5dd9aa2c87898e7ea57abdf99a3e..7374c7790ee32f36855e4257eb15d2fe43e277ea:/windows/wincfg.c diff --git a/windows/wincfg.c b/windows/wincfg.c index 6a970a75..ff5739be 100644 --- a/windows/wincfg.c +++ b/windows/wincfg.c @@ -371,4 +371,9 @@ void win_setup_config_box(struct controlbox *b, HWND *hwndp, int has_help, } } } + + /* + * Serial back end is available on Windows. + */ + ser_setup_config_box(b, midsession); }