mirror of
https://github.com/reactos/reactos.git
synced 2025-05-18 16:51:18 +00:00
[CRT]
- Fix build svn path=/trunk/; revision=50287
This commit is contained in:
parent
2a21adaff0
commit
00b94dd55a
1 changed files with 2 additions and 0 deletions
|
@ -54,7 +54,9 @@ strtoull(const char *nptr, char **endptr, int base)
|
||||||
if (any < 0)
|
if (any < 0)
|
||||||
{
|
{
|
||||||
acc = ULLONG_MAX;
|
acc = ULLONG_MAX;
|
||||||
|
#ifndef _LIBCNT_
|
||||||
__set_errno(ERANGE);
|
__set_errno(ERANGE);
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
else if (neg)
|
else if (neg)
|
||||||
acc = -acc;
|
acc = -acc;
|
||||||
|
|
Loading…
Reference in a new issue