mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
forgot to add FASTCALL
svn path=/trunk/; revision=6748
This commit is contained in:
parent
a1c96638c6
commit
874ee485d7
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue