Because not all OSes will support the same set of serial port
[u/mdw/putty] / windows / wincfg.c
index ff5739b..574e1e8 100644 (file)
@@ -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);
 }