mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-04-12 17:31:09 +08:00
[svn-r1941] removed the include for the winsock2.h lib and changed the macro to be have_windows_h.
also included the windows.h
This commit is contained in:
parent
9e26ff2daa
commit
935b74aba9
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user