]> arthur.barton.de Git - netatalk.git/blobdiff - libevent/test/tinytest_local.h
New service controller process netatalk
[netatalk.git] / libevent / test / tinytest_local.h
diff --git a/libevent/test/tinytest_local.h b/libevent/test/tinytest_local.h
new file mode 100644 (file)
index 0000000..1a7f75e
--- /dev/null
@@ -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