__FB_WINCE__
 
Intrinsic define set for the Windows CE target.

Syntax

__FB_WINCE__

Description

Define without a value created at compile time for the wince-arm and wince-mips targets. Windows CE also defines __FB_WIN32__ so shared Windows data-model declarations remain available. Use FB_WINCE when code depends specifically on the CE API or its reduced CRT.

Example

#ifdef __FB_WINCE__
    Print "Windows CE target"
#endif


Version

  • Since fbc 1.20.3

See also