__FB_HAIKU__
 

Syntax

__FB_HAIKU__

Description

Define without a value created 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



See also