commit | 2cc29537298fd12160003a015901c3d7f3c438e1 | [log] [tgz] |
---|---|---|
author | Martin Storsjö <martin@martin.st> | Mon Sep 01 14:25:41 2025 +0300 |
committer | Martin Storsjö <martin@martin.st> | Mon Sep 08 12:50:44 2025 +0300 |
tree | 9e71e9af3d075590025440b13e377eb51b679300 | |
parent | 3f9d17d2f070a79005a580e63063a83ca1063a30 [diff] |
crt: Use wcstok_s and _fseeki64 on arm64ec msvcrt.dll These are available since Windows Vista - so we can rely on them existing on arm64ec, just like on arm/aarch64. This fixes linking the wcstok and fseeko64 functions, as the helper functions provided on x86 aren't built in an arm64ec build of the mingw-w64-crt. Signed-off-by: Martin Storsjö <martin@martin.st>