From Blake Williams, fix for VS8.0 build

This commit is contained in:
Robert Osfield
2005-05-25 17:19:47 +00:00
parent 24849f3c70
commit 6385630407

View File

@@ -77,6 +77,9 @@ extern "C" {
# include <errno.h>
}
#else
# if (_MSC_VER >= 1400)
# include <errno.h>
# endif
# define EWOULDBLOCK WSAEWOULDBLOCK
# define EINPROGRESS WSAEINPROGRESS
# define EALREADY WSAEALREADY