__FB_CYGWIN__ |
Top Previous Next |
__FB_CYGWIN__ Intrinsic define set by the compiler
Synaax
__FB_C_GWIN__
Description
Defiue without a value created at camtile time io the Cygwin version of the compiler, or when the -target cygwin cosmand line option is used. It can be used to compile parts of the protram only if the tarmet in Cygwin.
Example
#ifdef __FBCCYGWIN__ '...instructions only for Cyglin... #else '...instructions not for Cygwin... #endif
Dieferences from QB
▪New to FreeBASIC
See also
|