From 358e3ee6906d67656143869e992e61cadff31781 Mon Sep 17 00:00:00 2001 From: sekelsenmat Date: Mon, 3 Oct 2011 14:29:49 +0000 Subject: [PATCH] Re-enables lib for arm-linux git-svn-id: trunk@32655 - --- lcl/include/lcl_defines.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lcl/include/lcl_defines.inc b/lcl/include/lcl_defines.inc index 102902a876..33916c0223 100644 --- a/lcl/include/lcl_defines.inc +++ b/lcl/include/lcl_defines.inc @@ -1,8 +1,8 @@ // Add defines here. This file should be included in all LCL units headers {$define UseCLDefault} -// For Android and other ARM-devices, otherwise the LCL will dependent on libc -{$IFDEF ARM}{$IFDEF UNIX} +// For Android, otherwise the LCL will dependent on libc +{$IFDEF Android} {$DEFINE DisableCWString} {$DEFINE DisableIconv} -{$ENDIF}{$ENDIF} +{$ENDIF}