From 935b74aba91b7bbe30051fbdfe7b7c99f97332ed Mon Sep 17 00:00:00 2001 From: Patrick Lu Date: Thu, 13 Jan 2000 14:31:28 -0500 Subject: [svn-r1941] removed the include for the winsock2.h lib and changed the macro to be have_windows_h. also included the windows.h --- src/H5private.h | 4 ++-- 1 file 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 #endif -#ifdef HAVE_WINSOCK_H -# include +#ifdef HAVE_WINDOWS_H +#include #endif #ifndef F_OK # define F_OK 00 -- cgit v0.12