mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 08:28:09 +02:00
* Char -> AnsiChar
This commit is contained in:
parent
706e090457
commit
5ce739135b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user