mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-09 21:27:42 +01:00
Adds a define to enable paswstring
git-svn-id: trunk@33117 -
This commit is contained in:
parent
ba49416b3b
commit
23818b9900
@ -2,7 +2,8 @@
|
||||
{$define UseCLDefault}
|
||||
|
||||
// For Android, otherwise the LCL will dependent on libc
|
||||
{$IFDEF Android}
|
||||
{$IF defined(Android)}//defined(CPUARM) and defined(LINUX)}
|
||||
{$DEFINE DisableCWString}
|
||||
{$DEFINE DisableIconv}
|
||||
{$DEFINE EnablePasWString}
|
||||
{$ENDIF}
|
||||
|
||||
@ -34,6 +34,7 @@ uses
|
||||
{$IFDEF Darwin}MacOSAll, {$ENDIF}
|
||||
Classes, SysUtils, Math, TypInfo, Types, FPCAdds, AvgLvlTree, FileUtil,
|
||||
LCLStrConsts, LCLType, WSReferences, LazUTF8
|
||||
{$IFDEF EnablePasWString}, paswstring{$ENDIF}
|
||||
{$IFNDEF DisableCWString}{$ifdef unix}{$ifndef DisableIconv}, cwstring{$endif}{$endif}{$ENDIF}
|
||||
;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user