On Fri, Aug 13, 2010 at 3:59 AM, Gilad Benjamini
wrote:
> and one more to end the day...
> event_struct.h has this code
> #ifndef TAILQ_ENTRY
> #define _EVENT_DEFINED_TQENTRY
> #define TAILQ_ENTRY(type) \
> struct {
On Fri, Aug 13, 2010 at 3:35 AM, Gilad Benjamini
wrote:
> I tried compiling libevent on Windows, using WinDDK.
> I initially had some issues with Makefile.nmake, and then abandoned it in
> favor of the simple "sources" file, used by the "build" utility.
Hi, Gilad!
FYI, it is *way way easier* for
and one more to end the day...
event_struct.h has this code
#ifndef TAILQ_ENTRY
#define _EVENT_DEFINED_TQENTRY
#define TAILQ_ENTRY(type)\
struct { \
struct type *tqe_next; /*