[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:
Patrick Lu 2000-01-13 14:31:28 -05:00
parent 9e26ff2daa
commit 935b74aba9

View File

@ -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