X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/0edafb21b50772bc9e245b7d140aba43875c443d..feb02b4e2d7935972dc94bb78bf1a36bb7bdd1b3:/windows/wincfg.c diff --git a/windows/wincfg.c b/windows/wincfg.c index 6a970a75..574e1e8f 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, 0x1F, 0x0F); }