mirror of
https://github.com/moparisthebest/Simba
synced 2024-11-22 17:22:21 -05:00
DWord -> LongWord... :>
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@255 3f818213-9676-44b0-a9b4-5e4c4e03d09d
This commit is contained in:
parent
446c5a5ef2
commit
a09b1d0043
@ -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;');
|
||||
|
Loading…
Reference in New Issue
Block a user