On 02.03.2024 20:15, Jake Anderson wrote:
When compiling TCC using TCC, there is an error about missing _strtoui64 in 
msvcrt.dll on Windows 2000 and older. This does not occur when using old 
versions of GCC to compile TCC.

Maybe you want to replace
in tcc.h
    #  define strtoull _strtoui64
by
    #  define strtoull strtoul

You just cannot use 64-bit numbers in the assembler then.

-- gr

_______________________________________________
Tinycc-devel mailing list
Tinycc-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/tinycc-devel

Reply via email to