Bug 837395: define EAFNOSUPPORT for VC9 r=rjesup

This commit is contained in:
Bill Gianopoulos 2013-02-02 12:28:35 -05:00
Родитель 39786b0d47
Коммит b9690d3a18
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -509,6 +509,9 @@ strlcat(dst, src, siz)
#include <errno.h>
#ifdef WIN32
#include <Ws2ipdef.h>
#ifndef EAFNOSUPPORT
#define EAFNOSUPPORT WSAEAFNOSUPPORT
#endif
#else
#include <sys/socket.h>
#endif