mirror of
https://github.com/libevent/libevent.git
synced 2025-01-09 00:56:20 +08:00
f0bd83ea88
This lets us do without libevent-specific code in tinytest.c, and lets us add a feature to skip individual tests from the command line.
10 lines
130 B
C
10 lines
130 B
C
|
|
#ifdef WIN32
|
|
#include <winsock2.h>
|
|
#endif
|
|
|
|
#include <event2/util.h>
|
|
#include "util-internal.h"
|
|
|
|
#define snprintf evutil_snprintf
|