From: Guillermo J. Rozas Date: Fri, 3 Sep 1993 17:50:59 +0000 (+0000) Subject: Change the timer period. X-Git-Tag: 20090517-FFI~7905 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=e080dd47ae4f74e586103ff194851707d689f8f8;p=mit-scheme.git Change the timer period. --- diff --git a/v7/src/microcode/ntutl/scheme32.c b/v7/src/microcode/ntutl/scheme32.c index 12294899b..357017d15 100644 --- a/v7/src/microcode/ntutl/scheme32.c +++ b/v7/src/microcode/ntutl/scheme32.c @@ -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;