Commit 0694f8c8 authored by Piotr Caban's avatar Piotr Caban Committed by Alexandre Julliard

msvcr120: Added strtoll and strtoull exports.

parent aa407a28
......@@ -1734,11 +1734,11 @@
@ stub _strtoimax_l
@ stub _strtol_l
@ stub _strtold_l
@ stub _strtoll_l
@ cdecl -ret64 _strtoll_l(str ptr long ptr) MSVCRT_strtoi64_l
@ cdecl -ret64 _strtoui64(str ptr long) MSVCRT_strtoui64
@ cdecl -ret64 _strtoui64_l(str ptr long ptr) MSVCRT_strtoui64_l
@ cdecl _strtoul_l(str ptr long ptr) MSVCRT_strtoul_l
@ stub _strtoull_l
@ cdecl -ret64 _strtoull_l(str ptr long ptr) MSVCRT_strtoui64_l
@ stub _strtoumax_l
@ cdecl _strupr(str) MSVCRT__strupr
@ cdecl _strupr_l(str ptr) MSVCRT__strupr_l
......@@ -2389,9 +2389,9 @@
@ cdecl strtok_s(ptr str ptr) MSVCRT_strtok_s
@ cdecl strtol(str ptr long) MSVCRT_strtol
@ stub strtold
@ stub strtoll
@ cdecl -ret64 strtoll(str ptr long) MSVCRT_strtoi64
@ cdecl strtoul(str ptr long) MSVCRT_strtoul
@ stub strtoull
@ cdecl -ret64 strtoull(str ptr long) MSVCRT_strtoui64
@ stub strtoumax
@ cdecl strxfrm(ptr str long) MSVCRT_strxfrm
@ varargs swprintf_s(ptr long wstr) MSVCRT_swprintf_s
......
......@@ -1448,11 +1448,11 @@
@ stub _strtoimax_l
@ stub _strtol_l
@ stub _strtold_l
@ stub _strtoll_l
@ cdecl -ret64 _strtoll_l(str ptr long ptr) msvcr120._strtoll_l
@ cdecl -ret64 _strtoui64(str ptr long) msvcr120._strtoui64
@ cdecl -ret64 _strtoui64_l(str ptr long ptr) msvcr120._strtoui64_l
@ cdecl _strtoul_l(str ptr long ptr) msvcr120._strtoul_l
@ stub _strtoull_l
@ cdecl -ret64 _strtoull_l(str ptr long ptr) msvcr120._strtoull_l
@ stub _strtoumax_l
@ cdecl _strupr(str) msvcr120._strupr
@ cdecl _strupr_l(str ptr) msvcr120._strupr_l
......@@ -2055,9 +2055,9 @@
@ cdecl strtok_s(ptr str ptr) msvcr120.strtok_s
@ cdecl strtol(str ptr long) msvcr120.strtol
@ stub strtold
@ stub strtoll
@ cdecl -ret64 strtoll(str ptr long) msvcr120.strtoll
@ cdecl strtoul(str ptr long) msvcr120.strtoul
@ stub strtoull
@ cdecl -ret64 strtoull(str ptr long) msvcr120.strtoull
@ stub strtoumax
@ cdecl strxfrm(ptr str long) msvcr120.strxfrm
@ varargs swprintf_s(ptr long wstr) msvcr120.swprintf_s
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment