summaryrefslogtreecommitdiffstats
path: root/src/H5private.h
diff options
context:
space:
mode:
authorPatrick Lu <ptlu@hawkwind.ncsa.uiuc.edu>2000-01-13 19:31:28 (GMT)
committerPatrick Lu <ptlu@hawkwind.ncsa.uiuc.edu>2000-01-13 19:31:28 (GMT)
commit935b74aba91b7bbe30051fbdfe7b7c99f97332ed (patch)
tree7e2aec410891a97c359886bd6a604cc14d17972d /src/H5private.h
parent9e26ff2daabf25c41534abdcb994cb98ae139e5a (diff)
downloadhdf5-935b74aba91b7bbe30051fbdfe7b7c99f97332ed.zip
hdf5-935b74aba91b7bbe30051fbdfe7b7c99f97332ed.tar.gz
hdf5-935b74aba91b7bbe30051fbdfe7b7c99f97332ed.tar.bz2
[svn-r1941] removed the include for the winsock2.h lib and changed the macro to be have_windows_h.
also included the windows.h
Diffstat (limited to 'src/H5private.h')
-rw-r--r--src/H5private.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5private.h b/src/H5private.h
index 0c43a91..78fadc1 100644
--- a/src/H5private.h
+++ b/src/H5private.h
@@ -122,8 +122,8 @@
#ifdef HAVE_IO_H
# include <io.h>
#endif
-#ifdef HAVE_WINSOCK_H
-# include <winsock2.h>
+#ifdef HAVE_WINDOWS_H
+#include <windows.h>
#endif
#ifndef F_OK
# define F_OK 00