From a09b1d0043f884d897cbd7952a297c3fda6ace55 Mon Sep 17 00:00:00 2001 From: Wizzup? Date: Mon, 30 Nov 2009 21:56:55 +0000 Subject: [PATCH] DWord -> LongWord... :> git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@255 3f818213-9676-44b0-a9b4-5e4c4e03d09d --- Units/MMLAddon/PSInc/pscompile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Units/MMLAddon/PSInc/pscompile.inc b/Units/MMLAddon/PSInc/pscompile.inc index 5f554e5..bd4b4ac 100644 --- a/Units/MMLAddon/PSInc/pscompile.inc +++ b/Units/MMLAddon/PSInc/pscompile.inc @@ -89,7 +89,7 @@ Sender.AddFunction(@ps_FilePointerPos, 'function FilePointerPos(FileNum: Integer {other} Sender.AddFunction(@SaveScreenshot,'procedure SaveScreenshot(FileName: string);'); Sender.AddFunction(@psWait, 'procedure wait(t: integer);'); -Sender.AddFunction(@GetTickCount, 'function GetSystemTime: DWord;'); +Sender.AddFunction(@GetTickCount, 'function GetSystemTime: LongWord;'); Sender.AddFunction(@CreateForm,'function CreateForm : TForm;'); Sender.AddFunction(@CreateButton,'function CreateButton(Owner : TComponent) : TButton'); Sender.AddFunction(@HakunaMatata,'procedure HakunaMatata;');