From 11b9f97f8a679c8f49beca3e96902be847a7b4e7 Mon Sep 17 00:00:00 2001 From: Timo Kreuzer Date: Wed, 26 Nov 2025 19:08:36 +0200 Subject: [PATCH] [MSVCRT] Add import symbols for strto(u)ll Forward these to _strto(u)i64, which are exported. This allows to link some wine code that uses these instead of _strto(u)i64. --- dll/win32/msvcrt/msvcrt.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dll/win32/msvcrt/msvcrt.spec b/dll/win32/msvcrt/msvcrt.spec index 15334fcf92d..e8b00bd5d02 100644 --- a/dll/win32/msvcrt/msvcrt.spec +++ b/dll/win32/msvcrt/msvcrt.spec @@ -1484,7 +1484,9 @@ @ cdecl strtok(str str) @ cdecl -version=0x600+ strtok_s(str str ptr) @ cdecl strtol(str ptr long) +@ cdecl -impsym strtoll(str ptr long) _strtoi64 @ cdecl strtoul(str ptr long) +@ cdecl -impsym strtoull(str ptr long) _strtoui64 @ cdecl strxfrm(ptr str long) @ varargs swprintf(ptr wstr) @ stub -version=0x600+ swprintf_s