Support for Windows PuTTY connecting straight to a local serial port
[u/mdw/putty] / windows / wincfg.c
index 6a970a7..ff5739b 100644 (file)
@@ -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);
 }