mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-31 17:10:14 +02:00
* Char -> AnsiChar
This commit is contained in:
parent
706e090457
commit
5ce739135b
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
{$ifndef FPC_UNIT_HAS_STRCOMP}
|
{$ifndef FPC_UNIT_HAS_STRCOMP}
|
||||||
{$define 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
|
asm
|
||||||
{$ifndef win64}
|
{$ifndef win64}
|
||||||
movq %rsi,%rdx
|
movq %rsi,%rdx
|
||||||
|
Loading…
Reference in New Issue
Block a user