Change the timer period.
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Fri, 3 Sep 1993 17:50:59 +0000 (17:50 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Fri, 3 Sep 1993 17:50:59 +0000 (17:50 +0000)
v7/src/microcode/ntutl/scheme32.c

index 12294899bf5c7f9d01d3022d75e69c8ba267bbdf..357017d15afe92d5f20aa82bd9233e58375fdbc8 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-C-*-
 
-$Id: scheme32.c,v 1.3 1993/08/21 03:57:56 gjr Exp $
+$Id: scheme32.c,v 1.4 1993/09/03 17:50:59 gjr Exp $
 
 Copyright (c) 1993 Massachusetts Institute of Technology
 
@@ -135,7 +135,7 @@ win32_install_async_timer (unsigned long * block,
 {
   TIMECAPS tc;
   UINT wTimerRes;
-  UINT msInterval = 75;
+  UINT msInterval = 50;
   UINT msTargetResolution = 50;
   struct win32_timer_closure_s * timer_closure;