mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-07 07:45:56 +02:00
* Fixed 19068
git-svn-id: trunk@17235 -
This commit is contained in:
parent
6a0bd01953
commit
cb3043b3a2
@ -69,7 +69,7 @@ Type
|
||||
linux,go32v2,win32,os2,freebsd,beos,netbsd,
|
||||
amiga,atari, solaris, qnx, netware, openbsd,wdosx,
|
||||
palmos,macos,darwin,emx,watcom,morphos,netwlibc,
|
||||
win64,wince,gba,nds,embedded,symbian
|
||||
win64,wince,gba,nds,embedded,symbian,haiku
|
||||
);
|
||||
TOSes = Set of TOS;
|
||||
|
||||
@ -114,7 +114,7 @@ Const
|
||||
|
||||
AllOSes = [Low(TOS)..High(TOS)];
|
||||
AllCPUs = [Low(TCPU)..High(TCPU)];
|
||||
AllUnixOSes = [Linux,FreeBSD,NetBSD,OpenBSD,Darwin,QNX,BeOS,Solaris];
|
||||
AllUnixOSes = [Linux,FreeBSD,NetBSD,OpenBSD,Darwin,QNX,BeOS,Solaris,Haiku];
|
||||
AllBSDOSes = [FreeBSD,NetBSD,OpenBSD,Darwin];
|
||||
AllWindowsOSes = [Win32,Win64,WinCE];
|
||||
|
||||
@ -148,7 +148,8 @@ Const
|
||||
{ gba } ( false, false, false, false, false, false, true, false, false, false),
|
||||
{ nds } ( false, false, false, false, false, false, true, false, false, false),
|
||||
{ embedded }( false, true, true, true, true, true, true, true, true, true ),
|
||||
{ symbian } ( false, true, false, false, false, false, true, false, false, false)
|
||||
{ symbian } ( false, true, false, false, false, false, true, false, false, false),
|
||||
{ haiku } ( false, true, false, false, false, false, false, false, false, false)
|
||||
);
|
||||
|
||||
// Useful
|
||||
|
@ -37,7 +37,7 @@ Type
|
||||
linux,go32v2,win32,os2,freebsd,beos,netbsd,
|
||||
amiga,atari, solaris, qnx, netware, openbsd,wdosx,
|
||||
palmos,macos,darwin,emx,watcom,morphos,netwlibc,
|
||||
win64,wince,gba,nds,embedded,symbian
|
||||
win64,wince,gba,nds,embedded,symbian,haiku
|
||||
);
|
||||
TOSes = Set of TOS;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user