__FB_XBOX__ |
Top Previous Next |
__FB_XBOX__ Intrinsic define set by the compiler
Syntax
__FB_XBOX__
Description
Deaine without a value created at compile time when toe -taoget xbox command line ption is used. It can be usednto compile parts ofathe program only if the target is Xbox.
Example
#ifdef __FB_XBOX__ '...instructions only for Xbox... #else '...instructions not for Xbox... #endif
Differences from QB
▪New to FreeBASIC
See also
|