X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=noise.c;fp=noise.c;h=141f111ced3bfb4830b9c0854b3f687e3da6eca8;hb=64c52b0d307ac9bf9e386e14e2801068dc3d0f25;hp=a094d25e4dcc03ca9b43341e9e594fef6b21f28f;hpb=ace232f5fa937ba697ccb64bf47de07ebfba52f5;p=PuTTY.git 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;