mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-01 17:39:14 +01:00
lazutils: fixed lazunicode compile under Delphi
git-svn-id: branches/fixes_1_8@54808 -
This commit is contained in:
parent
8a85928884
commit
c79ff882eb
@ -45,7 +45,7 @@ uses
|
||||
function CodePointLength(const s: string): NativeInt; inline;
|
||||
function CodePointPos(const SearchForText, SearchInText: string; StartPos: NativeInt = 1): NativeInt; inline;
|
||||
function CodePointSize(p: PChar): integer; inline;
|
||||
function IsCombining(const AChar: PChar): Boolean; inline;
|
||||
function IsCombining(const AChar: PChar): Boolean; {$IFDEF FPC}inline;{$ENDIF}
|
||||
|
||||
function UnicodeToWinCP(const s: string): AnsiString;
|
||||
function WinCPToUnicode(const s: AnsiString): string;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user