- disabled for AIX, doesn't support weak external symbols

git-svn-id: trunk@20819 -
This commit is contained in:
Jonas Maebe 2012-04-11 18:04:45 +00:00
parent 51e50f72be
commit 6f02f47e59
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
{$ifdef mswindows}
{$define supported}
{$endif win32}
{$ifdef Unix}
{$if defined(Unix) and not defined(aix)}
{$define supported}
{$endif Unix}
{$ifndef fpc}

View File

@ -3,7 +3,7 @@
{$ifdef mswindows}
{$define supported}
{$endif mswindows}
{$ifdef Unix}
{$if defined(Unix) and not defined(aix)}
{$define supported}
{$endif Unix}
{$ifndef fpc}