mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-26 09:59:10 +02:00
LCL: inline
git-svn-id: trunk@42207 -
This commit is contained in:
parent
996bcacba9
commit
283c25bf98
@ -65,8 +65,8 @@ function PredefinedClipboardFormat(
|
||||
|
||||
function MsgKeyDataToShiftState(KeyData: PtrInt): TShiftState;
|
||||
|
||||
function GetTickCount: DWord;
|
||||
function GetTickCount64: QWord;
|
||||
function GetTickCount: DWord; inline;
|
||||
function GetTickCount64: QWord; inline;
|
||||
|
||||
{$IFDEF DebugLCL}
|
||||
function GetTickStep: DWord;
|
||||
|
Loading…
Reference in New Issue
Block a user