]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - windows/wincfg.c
Because not all OSes will support the same set of serial port
[PuTTY.git] / windows / wincfg.c
index ff5739be5549835f6b3dd74327ece64f078752c2..574e1e8f75b6b7475973db9174d35eea0a91a569 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);
 }