diff options
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" |