mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 04:59:26 +02:00
+ AIX support for FV
git-svn-id: trunk@20811 -
This commit is contained in:
parent
8335223caf
commit
2e1b527718
@ -235,6 +235,12 @@ FOR FPC THESE ARE THE TRANSLATIONS
|
||||
{$DEFINE OS_UNIX}
|
||||
{$ENDIF}
|
||||
|
||||
{$IFDEF AIX}
|
||||
{$UNDEF OS_DOS}
|
||||
{$DEFINE OS_AIX}
|
||||
{$DEFINE OS_UNIX}
|
||||
{$ENDIF}
|
||||
|
||||
{------------------------------------------------}
|
||||
{ FPC Netware COMPILER changes operating system }
|
||||
{------------------------------------------------}
|
||||
|
Loading…
Reference in New Issue
Block a user