__FB_ANDROID__


Intrinsic define set by the compiler

Syntax:
__FB_ANDROID__

Description:
Define without a value created at compile time when targeting android platforms, when the -target android command line option is used. It can be used to compile parts of the program only for a such target.

Examples:
#IFDEF __FB_ANDROID__
  '...instructions only for android target...
#ELSE
  '...instructions not for android target...
#ENDIF

Version:
Differences from QB:
See also:
Back to Intrinsic Defines
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki



sf.net phatcode