summaryrefslogtreecommitdiffstats
path: root/src/H5win32defs.h
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2009-11-25 20:27:21 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2009-11-25 20:27:21 (GMT)
commit463269c10a4de1f36b5907dae0846a1c5be4cb5b (patch)
treeddcb72ec90697cb2de211cc2401ff455a1f230b7 /src/H5win32defs.h
parent58048308c5ce37479fbeff46a34305e870fd5ddc (diff)
downloadhdf5-463269c10a4de1f36b5907dae0846a1c5be4cb5b.zip
hdf5-463269c10a4de1f36b5907dae0846a1c5be4cb5b.tar.gz
hdf5-463269c10a4de1f36b5907dae0846a1c5be4cb5b.tar.bz2
[svn-r17926] 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)