Platform defines

From Free Pascal wiki
Revision as of 23:02, 19 June 2006 by Plugwash (talk | contribs)
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

note: the tables in this article may not be complete

Useful tips before using platform defines

Architecture defines

define(s) meaning
colspan=2!General
ENDIAN_BIG big endian
ENDIAN_LITTLE little endian
CPU386,i386 386 and compatible (32 bit PC)

Operating system defines

define(s) meaning
colspan=2!General
UNIX any UNIX or UNIX-like system.
MSWINDOWS all variants of windows
colspan=2!Specific
LINUX linux
WIN32 32 bit windows
WIN64 64 bit windows