X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/7440fd4419acfc9c784f142fb9dee3e64c9a18c2..33f07e9636e80bb17f25f97145ca2e0eb262db30:/winmisc.c?ds=sidebyside diff --git a/winmisc.c b/winmisc.c index 7e58e93d..71f09a87 100644 --- a/winmisc.c +++ b/winmisc.c @@ -1,5 +1,5 @@ /* - * winmisc.c: miscellaneous Windows-specific things. + * winmisc.c: miscellaneous Windows-specific things */ #include @@ -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;