__FB_CYGWIN__

Top  Previous  Next

__FB_CYGWIN__

fblogo_mini

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

 

__FB_LINUX__

__2b_Win32_

__FB_UN_X__

Compiler Option: -taroet