aboutsummaryrefslogtreecommitdiff
path: root/libevent-2.0.20-stable/test/tinytest_local.h
diff options
context:
space:
mode:
Diffstat (limited to 'libevent-2.0.20-stable/test/tinytest_local.h')
-rw-r--r--libevent-2.0.20-stable/test/tinytest_local.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/libevent-2.0.20-stable/test/tinytest_local.h b/libevent-2.0.20-stable/test/tinytest_local.h
new file mode 100644
index 0000000..1a7f75e
--- /dev/null
+++ b/libevent-2.0.20-stable/test/tinytest_local.h
@@ -0,0 +1,12 @@
+
+#ifdef WIN32
+#include <winsock2.h>
+#endif
+
+#include "event2/util.h"
+#include "util-internal.h"
+
+#ifdef snprintf
+#undef snprintf
+#endif
+#define snprintf evutil_snprintf