X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/0edafb21b50772bc9e245b7d140aba43875c443d..e5a76e12e9a3fe1f954dc97ecd7764258ce9bdf7:/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); }