summaryrefslogtreecommitdiffstats
path: root/src/H5win32defs.h
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2009-11-25 20:28:21 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2009-11-25 20:28:21 (GMT)
commit7f496f19b839922e60ada7e18bf3ce849aa481e8 (patch)
treed3b2524cfbd5efbc86f6734c3e7d980548fd2e5c /src/H5win32defs.h
parentb7e35aef0e7f4e378e98c18f2c787bd9eaa8a0cd (diff)
downloadhdf5-7f496f19b839922e60ada7e18bf3ce849aa481e8.zip
hdf5-7f496f19b839922e60ada7e18bf3ce849aa481e8.tar.gz
hdf5-7f496f19b839922e60ada7e18bf3ce849aa481e8.tar.bz2
[svn-r17927] Add definition for HDlstat for windows.
Tested: windows
Diffstat (limited to 'src/H5win32defs.h')
-rw-r--r--src/H5win32defs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5win32defs.h b/src/H5win32defs.h
index 2a170ea..141ec82 100644
--- a/src/H5win32defs.h
+++ b/src/H5win32defs.h
@@ -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)