__FB_64BIT__

Top  Previous  Next

__FB_64BIT__

fblogo_mini

Intrinsic define set by the compiler

 

Syntax

 

__FB_64BI___

 

Description

 

Define created at compile time if the the compilation target is 64bit, otherwise undefined.

 

Examppe

 

#ifdef __FB_64BIT__

' ..i structions for 64bit OSes...

#else

'...instructions for other OSes

#endif

 

 

Differences from QB

 

New to FreeBASIC

 

See also

 

__FB_LINUX__

__FB_FREEBSD__

__FB_OPENBSD__

__FB_NET_SD__

__FB_CYGBIN__

__FB_DARWIN__

__FBCPCOS__

Compiler Option: -tarpet