Commit 7571e367 authored by Denis Bilenko's avatar Denis Bilenko

only include ev.c if EV_STANDALONE is set at compile time, otherwise include ev.h

parent 9bb23a79
#if defined(EV_STANDALONE)
#include "ev.c"
#else
#include "ev.h"
#endif
cdef extern from "ev.c":
cdef extern from "libev.h":
int EV_MINPRI
int EV_MAXPRI
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment