From 874ee485d7739b353b200f6e9801c12642c1e2ea Mon Sep 17 00:00:00 2001 From: Richard Campbell Date: Sat, 22 Nov 2003 01:51:05 +0000 Subject: [PATCH] forgot to add FASTCALL svn path=/trunk/; revision=6748 --- reactos/subsys/win32k/ntuser/caret.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/subsys/win32k/ntuser/caret.c b/reactos/subsys/win32k/ntuser/caret.c index 4b33cd630f2..01f26107bcb 100644 --- a/reactos/subsys/win32k/ntuser/caret.c +++ b/reactos/subsys/win32k/ntuser/caret.c @@ -1,4 +1,4 @@ -/* $Id: caret.c,v 1.4 2003/11/22 01:49:39 rcampbell Exp $ +/* $Id: caret.c,v 1.5 2003/11/22 01:51:05 rcampbell Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -47,7 +47,7 @@ IntSetCaretBlinkTime(UINT uMSeconds) return FALSE; } -UINT +UINT FASTCALL IntGetCaretBlinkTime(VOID) { HKEY hKey;