mirror of
https://github.com/libevent/libevent.git
synced 2025-01-20 05:02:55 +08:00
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
|