=0 as False Value for some Aros functions.
Source position: amigados.pas line 37
const DOSFALSE = 0; |
Some DOS functions can not handle the freepascal representation of True as -1. This functions expect a 1 as boolean True, for this purpose two constants are defined for True and False
|
=1 as True Value for some Aros functions. |