mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-08 00:07:52 +02:00
* compilation on Windows fixed
git-svn-id: trunk@48958 -
This commit is contained in:
parent
445ca8b995
commit
a9f4c8a16b
@ -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 (Const Substr : WideString; Const Source : WideString; Offset : SizeInt = 1) : SizeInt;
|
||||||
Function Pos (c : Char; Const s : 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;
|
Function Pos (c : WideChar; Const s : WideString; Offset : SizeInt = 1) : SizeInt;
|
||||||
|
Loading…
Reference in New Issue
Block a user