]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commit
uae/string: guard _strtoui64 compatibility macro
authorStefan Reinauer <stefan.reinauer@coreboot.org>
Thu, 21 May 2026 00:32:52 +0000 (17:32 -0700)
committerStefan Reinauer <stefan.reinauer@coreboot.org>
Sun, 31 May 2026 07:33:15 +0000 (00:33 -0700)
commit794c675d9d1a94c6cb8ab6a326f8692fc16fac25
treebeafd30f5fa443534d176651fecef966dd174eb8
parent91dabdbd43973808b1f4764c11bf48854cd3381d
uae/string: guard _strtoui64 compatibility macro

Some host C libraries or compatibility headers can provide
_strtoui64 before this header defines the TCHAR-style aliases.

Only provide the fallback when it is missing, and map it to
strtoull so the unsigned conversion matches the name.
include/uae/string.h