diff options
author | MuQun Yang <ymuqun@hdfgroup.org> | 2001-06-21 20:04:36 (GMT) |
---|---|---|
committer | MuQun Yang <ymuqun@hdfgroup.org> | 2001-06-21 20:04:36 (GMT) |
commit | 61b948ad23930cc8358cf2d3feb3ebe3581abf8c (patch) | |
tree | c45df4b9dfc225fac798b2167cec69869bded3f2 /src/H5private.h | |
parent | f7641df1c0c7926a62e608bb34ac05755e0c85d4 (diff) | |
download | hdf5-61b948ad23930cc8358cf2d3feb3ebe3581abf8c.zip hdf5-61b948ad23930cc8358cf2d3feb3ebe3581abf8c.tar.gz hdf5-61b948ad23930cc8358cf2d3feb3ebe3581abf8c.tar.bz2 |
[svn-r4046]
Purpose:
bug fix for windows MVS
Description:
adding various windows macros to make it work on windows platform
Solution:
see above
Platforms tested:
test on windows 2000, confirmed on linux.
Diffstat (limited to 'src/H5private.h')
-rw-r--r-- | src/H5private.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5private.h b/src/H5private.h index 12bca56..93fbb1d 100644 --- a/src/H5private.h +++ b/src/H5private.h @@ -148,6 +148,7 @@ #include <windef.h> #include <winbase.h> +#include <IO.h> /* kent yang 6/18/2001*/ /* H5_inline */ |