X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/f4ff9455ce1b9e6ccc9c580966c3a2a002bc20d1..ee155ed5cd47dbc88d612b5f037830048a303219:/winmisc.c diff --git a/winmisc.c b/winmisc.c index 2357ea6d..71f09a87 100644 --- a/winmisc.c +++ b/winmisc.c @@ -14,6 +14,8 @@ void platform_get_x11_auth(char *display, int *proto, /* We don't support this at all under Windows. */ } +const char platform_x11_best_transport[] = "localhost"; + Filename filename_from_str(const char *str) { Filename ret;