X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/e5a76e12e9a3fe1f954dc97ecd7764258ce9bdf7..640d73877e44394a3c12c0aa2cf023c543933032:/windows/wincfg.c diff --git a/windows/wincfg.c b/windows/wincfg.c index ff5739be..574e1e8f 100644 --- a/windows/wincfg.c +++ b/windows/wincfg.c @@ -375,5 +375,5 @@ 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); + ser_setup_config_box(b, midsession, 0x1F, 0x0F); }