__FB_64BIT__ |
Top Previous Next |
__FB_64BIT__ 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
|