Fix the gcc warnings in this module (since we now seem to be
[sgt/putty] / winmisc.c
CommitLineData
e0e7dff8 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
10void 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}