From 69a9b488f2583d85cd37c3e658b097c9d759be10 Mon Sep 17 00:00:00 2001 From: Filip Navara Date: Mon, 29 Mar 2004 17:02:22 +0000 Subject: [PATCH] - Fixed window-less timers. svn path=/trunk/; revision=8923 --- reactos/subsys/win32k/ntuser/timer.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/reactos/subsys/win32k/ntuser/timer.c b/reactos/subsys/win32k/ntuser/timer.c index 375ceb7a2b7..6685eb26c86 100644 --- a/reactos/subsys/win32k/ntuser/timer.c +++ b/reactos/subsys/win32k/ntuser/timer.c @@ -16,7 +16,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -/* $Id: timer.c,v 1.27 2004/03/11 16:17:25 weiden Exp $ +/* $Id: timer.c,v 1.28 2004/03/29 17:02:22 navaraf Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -174,8 +174,6 @@ IntSetTimer(HWND hWnd, UINT_PTR nIDEvent, UINT uElapse, TIMERPROC lpTimerFunc, B } HintIndex = ++Index; - IntUnLockTimerList; - return Index; } else {