Representation of False for aros function
Source position: exec.pas line 86
const LFalse: LongInt = 0; |
Some AROS functions expect a "1" for as True value and a "0" as False value and cannot handle the "-1" set by freepascal.
|
Representation of True for aros functions |