[svn-r16863] MS version of strtoull() is named strtoui64()

Tested:
   XP32 VS2005
This commit is contained in:
Allen Byrne 2009-04-27 10:26:11 -05:00
parent cdcd4a7305
commit 808390dbd9

View File

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