コンパイラによって設定された、組み込み定義
構文:
__FB_64BIT__
記述:
Define created at compile time if the the compilation target is 64bit, otherwise undefined.
例:
#IFDEF __FB_64BIT__
'...instructions for 64bit OSes...
#ELSE
'...instructions for other OSes
#ENDIF
QBからの違い:
参照: