__FB_XBOX__
 

Syntax

__FB_XBOX__

Description

Defined without a value 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