mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 01:19:16 +02:00
Merged revision(s) 52442 #ba872ba5b1 from trunk:
LazUtils: Use cwstring always on unix systems. WideCompare* functions require it. ........ git-svn-id: branches/fixes_1_6@52460 -
This commit is contained in:
parent
7575d3db56
commit
be03727dc1
@ -23,10 +23,11 @@ unit LazUTF8;
|
|||||||
interface
|
interface
|
||||||
|
|
||||||
uses
|
uses
|
||||||
{$IFDEF UTF8_RTL}
|
|
||||||
{$ifdef unix}
|
{$ifdef unix}
|
||||||
cwstring, // UTF8 RTL on Unix requires this. Must be used although it pulls in clib.
|
// WideCompare* functions on Unix requires this. Must be used although it pulls in clib.
|
||||||
|
cwstring,
|
||||||
{$endif}
|
{$endif}
|
||||||
|
{$IFDEF UTF8_RTL}
|
||||||
FPCAdds,
|
FPCAdds,
|
||||||
{$ENDIF}
|
{$ENDIF}
|
||||||
{$ifdef windows}
|
{$ifdef windows}
|
||||||
|
Loading…
Reference in New Issue
Block a user