Skip to content

Commit

Permalink
GetSystemTime LongWord -> UInt64 (Villavu#406)
Browse files Browse the repository at this point in the history
* GetSystemTime LongWord -> uInt64

https://villavu.com/forum/showthread.php?t=117078&p=1382771#post1382771

* Correcting case
  • Loading branch information
Harrierr authored and nielsAD committed Jan 22, 2017
1 parent 05a0dc6 commit 5fc1c3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Units/MMLAddon/LPInc/lpexportedmethods.inc
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ AddGlobalFunc('procedure ShowBalloonHint(const Title, Hint: string; const Timeou
AddGlobalFunc('procedure TerminateScript;', @Lape_TerminateScript);
AddGlobalFunc('function GetTimeRunning: LongWord', @Lape_GetTimeRunning);
{$IFNDEF FUNC_LIST}
AddGlobalFunc('function GetSystemTime: LongWord', PPointer(Compiler['GetTickCount'].Ptr)^); //TODO: FIX!!
AddGlobalFunc('function GetSystemTime: UInt64', PPointer(Compiler['GetTickCount'].Ptr)^); //TODO: FIX!!
{$ENDIF}
AddGlobalFunc('function GetTClient: TClient', @Lape_GetTClient);
AddGlobalFunc('procedure ConvertTime(Time: integer; var h,m,s: integer);', @Lape_ConvertTime);
Expand Down

0 comments on commit 5fc1c3a

Please sign in to comment.