mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-27 03:43:36 +00:00
[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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user