[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.
This commit is contained in:
Timo Kreuzer
2025-12-01 08:41:57 +02:00
parent 60aad33ed0
commit 11b9f97f8a
+2
View File
@@ -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