X-Git-Url: https://git.llucax.com/software/libev.git/blobdiff_plain/2c478454e9a3a21bdc62c7f46b02149795888437..13ceb5587aabc8cb42b646a7c85625c2f50171dc:/event_compat.h?ds=inline diff --git a/event_compat.h b/event_compat.h index 258a83f..3fb0908 100644 --- a/event_compat.h +++ b/event_compat.h @@ -28,18 +28,20 @@ extern "C" { #endif -#include -#include -#include - -#ifdef WIN32 -#define WIN32_LEAN_AND_MEAN -#include -#undef WIN32_LEAN_AND_MEAN +#ifdef _WIN32 +# define WIN32_LEAN_AND_MEAN +# include +# undef WIN32_LEAN_AND_MEAN typedef unsigned char u_char; typedef unsigned short u_short; +#else +# include +# include +# include #endif +#include + /* Fix so that ppl dont have to run with */ #ifndef TAILQ_ENTRY #define _EVENT_DEFINED_TQENTRY