X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/5dd29cf7f83b5dd9aa2c87898e7ea57abdf99a3e..7374c7790ee32f36855e4257eb15d2fe43e277ea:/windows/windefs.c diff --git a/windows/windefs.c b/windows/windefs.c index 2acc5e36..6fd6f0c9 100644 --- a/windows/windefs.c +++ b/windows/windefs.c @@ -32,6 +32,8 @@ Filename platform_default_filename(const char *name) char *platform_default_s(const char *name) { + if (!strcmp(name, "SerialLine")) + return dupstr("COM1"); return NULL; }