diff options
author | Patrick Lu <ptlu@hawkwind.ncsa.uiuc.edu> | 1998-11-10 18:02:56 (GMT) |
---|---|---|
committer | Patrick Lu <ptlu@hawkwind.ncsa.uiuc.edu> | 1998-11-10 18:02:56 (GMT) |
commit | 24f1a02fea9cc7183db880202dd5df805f8466ec (patch) | |
tree | 175d37e35ba845659c891e82215c79ff8731d233 /src | |
parent | 776f4a0279fa5024a61d7edf54972413e0bc4cdb (diff) | |
download | hdf5-24f1a02fea9cc7183db880202dd5df805f8466ec.zip hdf5-24f1a02fea9cc7183db880202dd5df805f8466ec.tar.gz hdf5-24f1a02fea9cc7183db880202dd5df805f8466ec.tar.bz2 |
[svn-r891] commented out the include for winsock.h. only need the winsock2.h
Diffstat (limited to 'src')
-rw-r--r-- | src/H5private.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5private.h b/src/H5private.h index 3ef8c1d..23d22e7 100644 --- a/src/H5private.h +++ b/src/H5private.h @@ -94,7 +94,7 @@ # include <io.h> #endif #ifdef HAVE_WINSOCK_H -# include <winsock.h> +//# include <winsock.h> # include <winsock2.h> #endif #ifndef F_OK |