mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-07 16:37:56 +08:00
[svn-r17927] Add definition for HDlstat for windows.
Tested: windows
This commit is contained in:
parent
b7e35aef0e
commit
7f496f19b8
@ -40,6 +40,7 @@ typedef __int64 h5_stat_size_t;
|
||||
#endif
|
||||
#define HDfstat(F,B) _fstati64(F,B)
|
||||
#define HDisatty(F) _isatty(F)
|
||||
#define HDlstat(S,B) _lstati64(S,B)
|
||||
#define HDstat(S,B) _stati64(S,B)
|
||||
#define HDgetcwd(S,Z) _getcwd(S,Z)
|
||||
#define HDgetdcwd(D,S,Z) _getdcwd(D,S,Z)
|
||||
|
Loading…
Reference in New Issue
Block a user