mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
Make _strtoui64 an alias of strtoull.
svn path=/trunk/; revision=17798
This commit is contained in:
parent
c25a8a58af
commit
019de62105
1 changed files with 1 additions and 1 deletions
|
@ -528,7 +528,7 @@ _strrev
|
||||||
_strset
|
_strset
|
||||||
_strtime
|
_strtime
|
||||||
_strtoi64=stub
|
_strtoi64=stub
|
||||||
_strtoui64=stub
|
_strtoui64=strtoull
|
||||||
_strupr
|
_strupr
|
||||||
_swab
|
_swab
|
||||||
_sys_errlist DATA
|
_sys_errlist DATA
|
||||||
|
|
Loading…
Reference in a new issue