__FB_WII__
 

Syntax

__FB_WII__

Description

Defined without a value at compile time when the Wii target is being used. This is normally selected by fbc-wii or by the -target wii command line option. It can be used to compile parts of a program only for the Wii target.

Example

#IFDEF __FB_WII__
    print "Wii target"
#ENDIF


See also