dashboard
repositories
activity
search
login
lzh
/
A133
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
修复uboot 显示驱动编译失败问题
ronnie
2022-12-30
facaa6cb96a343e1862f114f00eda9a55ef2457b
[~lzh/A133.git]
/
android
/
external
/
libevent
/
test
/
tinytest_local.h
1
2
3
4
5
6
7
8
9
10
11
12
#include "util-internal.h"
#ifdef _WIN32
#include <winsock2.h>
#endif
#include "event2/util.h"
#ifdef snprintf
#undef snprintf
#endif
#define snprintf evutil_snprintf