X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/a9422f39e34f55d1925d1ebef35ace1a0f1c2f6a..5b80d07f712ff90cfae4c89084e25eb90dd2e510:/plink.c diff --git a/plink.c b/plink.c index 1d68e978..938bcb75 100644 --- a/plink.c +++ b/plink.c @@ -177,7 +177,7 @@ static int get_password(const char *prompt, char *str, int maxlen) return 1; } -static int WINAPI stdin_read_thread(void *param) { +static DWORD WINAPI stdin_read_thread(void *param) { struct input_data *idata = (struct input_data *)param; HANDLE inhandle;