- 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} {$ifdef mswindows}
{$define supported} {$define supported}
{$endif win32} {$endif win32}
{$ifdef Unix} {$if defined(Unix) and not defined(aix)}
{$define supported} {$define supported}
{$endif Unix} {$endif Unix}
{$ifndef fpc} {$ifndef fpc}

View File

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