From 4706ec8505518707bf6850f9d6b2e93d81fcde29 Mon Sep 17 00:00:00 2001 From: ondrej Date: Sun, 12 Jun 2016 08:57:25 +0000 Subject: [PATCH] lazutils: fix compilation with DisableUTF8RTL after r52480 #b13ba1b0b9 git-svn-id: trunk@52488 - --- components/lazutils/winlazutf8.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/lazutils/winlazutf8.inc b/components/lazutils/winlazutf8.inc index 69e9edd3c8..77ef7cd2df 100644 --- a/components/lazutils/winlazutf8.inc +++ b/components/lazutils/winlazutf8.inc @@ -346,7 +346,6 @@ begin end; {$endif} -{$IFDEF UTF8_RTL} function GetLocaleStr(aLocaleID, aLCType: Longint; const Def: string): String; var L: Integer; @@ -474,6 +473,7 @@ begin {$endif} end; +{$IFDEF UTF8_RTL} function UTF8StrCompAnsiString(S1, S2: PChar): PtrInt; begin Result:=UTF8CompareStrP(S1,S2);