__FB_HAIKU__
Syntax
__FB_HAIKU__
Description
Defined without a value at compile time when the Haiku target is being used. It can be used to compile parts of a program only for Haiku.
Example
#IFDEF __FB_HAIKU__ print "Haiku target" #ENDIF
Predefined Defines
See also
Compiler Option: -target
Compiler Meta-Commands