msvcr120: Added strtoll and strtoull exports.

This commit is contained in:
Piotr Caban 2015-04-16 17:37:02 +02:00 committed by Alexandre Julliard
parent aa407a2818
commit 0694f8c89e
2 changed files with 8 additions and 8 deletions

View File

@ -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

View File

@ -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