__FB_WII__
 

Syntax

__FB_WII__

Description

Define without a value created 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