mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-08 12:17:30 +01:00
amunits: one more Boolean -> LongBool case
git-svn-id: trunk@28678 -
This commit is contained in:
parent
d88a5737ff
commit
fbd5828624
@ -80,7 +80,7 @@ Type
|
||||
|
||||
{$PACKRECORDS 2}
|
||||
|
||||
FUNCTION Examine(lock : LONGINT location 'd1'; fileInfoBlock : pFileInfoBlock location 'd2') : BOOLEAN; syscall _DOSBase 102;
|
||||
FUNCTION Examine(lock : LONGINT location 'd1'; fileInfoBlock : pFileInfoBlock location 'd2') : LongBool; syscall _DOSBase 102;
|
||||
FUNCTION Lock(name : pCHAR location 'd1'; type_ : LONGINT location 'd2') : LONGINT; syscall _DOSBase 084;
|
||||
PROCEDURE UnLock(lock : LONGINT location 'd1'); syscall _DOSBase 090;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user