From a9f4c8a16b904ad483b802f4507a392d314faf42 Mon Sep 17 00:00:00 2001 From: nickysn Date: Sun, 14 Mar 2021 02:53:41 +0000 Subject: [PATCH] * compilation on Windows fixed git-svn-id: trunk@48958 - --- rtl/inc/wstringh.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtl/inc/wstringh.inc b/rtl/inc/wstringh.inc index c365784186..350ca1a12c 100644 --- a/rtl/inc/wstringh.inc +++ b/rtl/inc/wstringh.inc @@ -15,7 +15,7 @@ **********************************************************************} -Procedure UniqueString (Var S : WideString);external name 'FPC_WIDESTR_UNIQUE';{$ifndef VER3_2}}discardresult;{$endif VER3_2} +Procedure UniqueString (Var S : WideString);external name 'FPC_WIDESTR_UNIQUE';{$ifndef VER3_2}discardresult;{$endif VER3_2} Function Pos (Const Substr : WideString; Const Source : WideString; Offset : SizeInt = 1) : SizeInt; Function Pos (c : Char; Const s : WideString; Offset : SizeInt = 1) : SizeInt; Function Pos (c : WideChar; Const s : WideString; Offset : SizeInt = 1) : SizeInt;