diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2012-06-11 15:49:25 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2012-06-11 15:49:25 (GMT) |
commit | 75f31948821d7b134f20948f1d3c18547c4c654f (patch) | |
tree | e6314a46e246b7ce56d8eadce1ea1994ca615576 /windows | |
parent | d1b7eede73dd9968042b3e8e1bbabe8949d670ed (diff) | |
download | hdf5-75f31948821d7b134f20948f1d3c18547c4c654f.zip hdf5-75f31948821d7b134f20948f1d3c18547c4c654f.tar.gz hdf5-75f31948821d7b134f20948f1d3c18547c4c654f.tar.bz2 |
[svn-r22450] Update winsock define to match autotools configure check
Diffstat (limited to 'windows')
-rw-r--r-- | windows/src/H5pubconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/windows/src/H5pubconf.h b/windows/src/H5pubconf.h index 8e1a76a..99f466d 100644 --- a/windows/src/H5pubconf.h +++ b/windows/src/H5pubconf.h @@ -443,7 +443,7 @@ #define H5_HAVE_WINDOW_PATH 1 /* Define to 1 if you have the <winsock.h> header file. */ -#define H5_HAVE_WINSOCK_H 1 +#define H5_HAVE_WINSOCK2_H 1 /* Define to 1 if you have the <zlib.h> header file. */ #define H5_HAVE_ZLIB_H 1 |