__FB_XBOX__
 

Syntax

__FB_XBOX__

Description

Define without a value created at compile time when the original Xbox
target is being used. It can be used to compile parts of a program only
for the Xbox target.

Example

#ifdef __FB_XBOX__
    Print "Xbox target"
#endif



See also