Modify libevent to support cygwin - patch will be pushed upstream
This commit was SVN r29387.
Этот коммит содержится в:
родитель
d2d533cf6c
Коммит
2d2307b6eb
@ -56,7 +56,7 @@ extern "C" {
|
|||||||
/* For int types. */
|
/* For int types. */
|
||||||
#include <evutil.h>
|
#include <evutil.h>
|
||||||
|
|
||||||
#ifdef WIN32
|
#if defined(WIN32) && !defined(__CYGWIN__)
|
||||||
#ifndef WIN32_LEAN_AND_MEAN
|
#ifndef WIN32_LEAN_AND_MEAN
|
||||||
#define WIN32_LEAN_AND_MEAN
|
#define WIN32_LEAN_AND_MEAN
|
||||||
#endif
|
#endif
|
||||||
|
@ -67,7 +67,7 @@ extern "C" {
|
|||||||
#include <netdb.h>
|
#include <netdb.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef WIN32
|
#if defined(WIN32) && !defined(__CYGWIN__)
|
||||||
#include <winsock2.h>
|
#include <winsock2.h>
|
||||||
#else
|
#else
|
||||||
#include <sys/socket.h>
|
#include <sys/socket.h>
|
||||||
|
Загрузка…
Ссылка в новой задаче
Block a user