I think r8738 broke IPv6 in MSVC Windows builds due to conflict with the
[u/mdw/putty] / windows / winx11.c
CommitLineData
8def70c3 1/*\r
2 * winx11.c: fetch local auth data for X forwarding.\r
3 */\r
4\r
5#include <ctype.h>\r
6#include <assert.h>\r
7#include <stdlib.h>\r
8\r
9#include "putty.h"\r
10#include "ssh.h"\r
11\r
12void platform_get_x11_auth(struct X11Display *disp, const Config *cfg)\r
13{\r
14 if (cfg->xauthfile.path[0])\r
15 x11_get_auth_from_authfile(disp, cfg->xauthfile.path);\r
16}\r
17\r
18const int platform_uses_x11_unix_by_default = FALSE;\r