{ ********************************************************************************* } { (c) GNU } { author: Heiko Tietze } { description: the program code should be compilable both on windows and linux } { for easy access all design options (forms, events) are written for } { CLX (see folder) without special processing. In the header of all } { units the VCL or CLX librarys and the designed forms to be linked } { are included by the switch ($IFDEF VCL) that is defined here } { ********************************************************************************* } {$B-} //disable complete boolean evaluation {$IFDEF WIN32} {$Define VCL} {$ENDIF}