From Blake Williams, fix for VS8.0 build
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user