… | … | ||
---|---|---|---|
35 | 35 | ||
36 | #ifndef WIN32 | 36 | #ifndef WIN32 |
37 | # include <sys/time.h> | 37 | # include <sys/time.h> |
38 | #endif | 38 | #endif |
39 | 39 | ||
40 | #include "ev.h" | 40 | #ifdef EV_EVENT_H |
41 | # include EV_EVENT_H | ||
42 | #else | ||
41 | #include "event.h" | 43 | # include "event.h" |
44 | #endif | ||
42 | 45 | ||
43 | #if EV_MULTIPLICITY | 46 | #if EV_MULTIPLICITY |
44 | # define dLOOPev struct ev_loop *loop = (struct ev_loop *)ev->ev_base | 47 | # define dLOOPev struct ev_loop *loop = (struct ev_loop *)ev->ev_base |
45 | # define dLOOPbase struct ev_loop *loop = (struct ev_loop *)base | 48 | # define dLOOPbase struct ev_loop *loop = (struct ev_loop *)base |
46 | #else | 49 | #else |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |