X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/1b56c05584652dba13d7f4f54e7ac2560dab92fe..f7f273099c8798f70611550bfc06b417e5c28ac7:/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;