]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - noise.c
Begin destabilisation in the wake of 0.53! This checkin contains the
[PuTTY.git] / noise.c
diff --git a/noise.c b/noise.c
index a094d25e4dcc03ca9b43341e9e594fef6b21f28f..141f111ced3bfb4830b9c0854b3f687e3da6eca8 100644 (file)
--- 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;