mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-04-06 17:20:42 +08:00
[svn-r16863] MS version of strtoull() is named strtoui64()
Tested: XP32 VS2005
This commit is contained in:
parent
cdcd4a7305
commit
808390dbd9
@ -58,6 +58,7 @@ typedef __int64 h5_stat_size_t;
|
||||
#define HDunlink(S) _unlink(S)
|
||||
#define HDvsnprintf(S,N,FMT,A) _vsnprintf(S,N,FMT,A)
|
||||
#define HDwrite(F,M,Z) _write(F,M,Z)
|
||||
#define HDstrtoull(S,R,N) _strtoui64(S,R,N)
|
||||
|
||||
/* Non-POSIX functions */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user