diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2001-06-29 15:27:15 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2001-06-29 15:27:15 (GMT) |
commit | 098ed81ec88483581d08974f27a62bf42a836fc3 (patch) | |
tree | 6635d919289a5313946911b32bc1d30e9ce1cf6f /test/iopipe.c | |
parent | 79c65cc4c0c9195ece5ed4f314e789e8e50f9f7a (diff) | |
download | hdf5-098ed81ec88483581d08974f27a62bf42a836fc3.zip hdf5-098ed81ec88483581d08974f27a62bf42a836fc3.tar.gz hdf5-098ed81ec88483581d08974f27a62bf42a836fc3.tar.bz2 |
[svn-r4083]
code warrior support
and some clean up
the macros file_seek and file_offset_t that were repeated over sevral files were put only in
H5private.h
H5private .h was updated for win32
vthe
Description:
Solution:
Platforms tested:
Diffstat (limited to 'test/iopipe.c')
-rw-r--r-- | test/iopipe.c | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/test/iopipe.c b/test/iopipe.c index 05694ae..aa76369 100644 --- a/test/iopipe.c +++ b/test/iopipe.c @@ -9,10 +9,13 @@ /* See H5private.h for how to include headers */ #undef NDEBUG #include "hdf5.h" + #ifdef H5_HAVE_WINSOCK_H #include <Winsock.h> -#endif /*Winsock.h includes windows.h, due to the different value of - WINVER, windows.h should be put before H5private.h. Kent yang 6/21/2001*/ +#endif + +/*Winsock.h includes windows.h, due to the different value of +WINVER, windows.h should be put before H5private.h. Kent yang 6/21/2001*/ #include "H5private.h" |