summaryrefslogtreecommitdiffstats
path: root/src/H5FDsec2.c
diff options
context:
space:
mode:
authorMuQun Yang <ymuqun@hdfgroup.org>2001-01-12 06:43:04 (GMT)
committerMuQun Yang <ymuqun@hdfgroup.org>2001-01-12 06:43:04 (GMT)
commit7785cbd55bfca87f0cb2687c9fbfbd51741199ea (patch)
tree0215aa718eaf8ce4cee3cf067769ad0172a2fda7 /src/H5FDsec2.c
parentdf0b3ecd5b38ab982bf290dd1618df41ee741313 (diff)
downloadhdf5-7785cbd55bfca87f0cb2687c9fbfbd51741199ea.zip
hdf5-7785cbd55bfca87f0cb2687c9fbfbd51741199ea.tar.gz
hdf5-7785cbd55bfca87f0cb2687c9fbfbd51741199ea.tar.bz2
[svn-r3274]
Purpose: Arrange codes for avoiding windows warnings Description: Solution: put windows including header files into H5private.h Platforms tested: win 2000, confirmed at eirene
Diffstat (limited to 'src/H5FDsec2.c')
-rw-r--r--src/H5FDsec2.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/H5FDsec2.c b/src/H5FDsec2.c
index 2d29c0c..ebf4c64 100644
--- a/src/H5FDsec2.c
+++ b/src/H5FDsec2.c
@@ -21,10 +21,6 @@
#include <H5MMprivate.h> /* Memory allocation */
#include <H5Pprivate.h> /*property lists */
-#ifdef WIN32
-#include <windows.h>
-#endif
-
#ifdef MAX
#undef MAX
#define MAX(X,Y) ((X)>(Y)?(X):(Y))