Re-enables lib for arm-linux

git-svn-id: trunk@32655 -
This commit is contained in:
sekelsenmat 2011-10-03 14:29:49 +00:00
parent d55abf7f1d
commit 358e3ee690

View File

@ -1,8 +1,8 @@
// Add defines here. This file should be included in all LCL units headers // Add defines here. This file should be included in all LCL units headers
{$define UseCLDefault} {$define UseCLDefault}
// For Android and other ARM-devices, otherwise the LCL will dependent on libc // For Android, otherwise the LCL will dependent on libc
{$IFDEF ARM}{$IFDEF UNIX} {$IFDEF Android}
{$DEFINE DisableCWString} {$DEFINE DisableCWString}
{$DEFINE DisableIconv} {$DEFINE DisableIconv}
{$ENDIF}{$ENDIF} {$ENDIF}