X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/93b581bd031b2270deb7f45440e61a1044fe94da..a57cd64bc1a34bd8d8ca6ab1c9deb9c3eb1cdc6a:/noise.c diff --git a/noise.c b/noise.c index a094d25e..141f111c 100644 --- a/noise.c +++ b/noise.c @@ -129,7 +129,7 @@ void noise_regular(void) * counter to the noise pool. It gets the scan code or mouse * position passed in. */ -void noise_ultralight(DWORD data) +void noise_ultralight(unsigned long data) { DWORD wintime; LARGE_INTEGER perftime;