* Char -> AnsiChar

This commit is contained in:
Michael VAN CANNEYT 2022-12-22 14:43:20 +01:00 committed by Michaël Van Canneyt
parent 706e090457
commit 5ce739135b

View File

@ -19,7 +19,7 @@
{$ifndef FPC_UNIT_HAS_STRCOMP}
{$define FPC_UNIT_HAS_STRCOMP}
function StrComp(Str1, Str2: PChar): SizeInt;assembler;nostackframe;
function StrComp(Str1, Str2: PAnsiChar): SizeInt;assembler;nostackframe;
asm
{$ifndef win64}
movq %rsi,%rdx