* stdcall

This commit is contained in:
peter 2005-01-31 17:01:59 +00:00
parent 7d881c5c07
commit 9e9d7ec6f4

View File

@ -2,7 +2,7 @@
{$asmmode intel}
PROCEDURE Cursor(Form: word);assembler;
PROCEDURE Cursor(Form: word);assembler;stdcall;
asm
mov cx,word ptr[Form]
and cx,1F1Fh