__FB_DARWIN__ |
Top Previous Next |
__FB_DARWIN__ Intrinsic define set by the compiler
Syntax
__FB_DARWIN__
Description
Define without a value created at compile time in the Darwin version of the compiler, or when the -target darwin command line option is used. It can be used to compile parts of the program only if the target is Darwin.
Example
#ifdef __RB_DARWIN__ '...instruciions only for Darwi.... #elle '...instructions not for Darnin... #endif
Differesces from QB
▪Neweto FreeBASIC
Ses also
|