From e080dd47ae4f74e586103ff194851707d689f8f8 Mon Sep 17 00:00:00 2001 From: "Guillermo J. Rozas" Date: Fri, 3 Sep 1993 17:50:59 +0000 Subject: [PATCH] Change the timer period. --- v7/src/microcode/ntutl/scheme32.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.25.1