Introduce framework for authenticating with the local X server.
[u/mdw/putty] / winmisc.c
1 /*
2 * winmisc.c: miscellaneous Windows-specific things.
3 */
4
5 #include <windows.h>
6 #include <stdio.h>
7 #include <stdlib.h>
8 #include "putty.h"
9
10 void platform_get_x11_auth(char *display, int *proto,
11 unsigned char *data, int *datalen)
12 {
13 /* We don't support this at all under Windows. */
14 }