Skip to content

FB_64BIT


Intrinsic define set by the compiler

Syntax

` FB_64BIT

`

Description

Define created at compile time if the the compilation target is 64bit, otherwise undefined.

Examples

start GeSHi

vb
#IFDEF __FB_64BIT__
  '...instructions for 64bit OSes...
#ELSE
  '...instructions for other OSes
#ENDIF

end GeSHi

Differences from QB

  • New to FreeBASIC

See also

Back to DocToc

Translated from FreeBASIC official docs. Contact us for removal if infringed.
FreeBASIC is an open-source project, not affiliated with Microsoft