mirror of
https://github.com/libevent/libevent.git
synced 2025-01-09 00:56:20 +08:00
13 lines
170 B
C
13 lines
170 B
C
|
|
#ifdef _WIN32
|
|
#include <winsock2.h>
|
|
#endif
|
|
|
|
#include "event2/util.h"
|
|
#include "util-internal.h"
|
|
|
|
#ifdef snprintf
|
|
#undef snprintf
|
|
#endif
|
|
#define snprintf evutil_snprintf
|