ipc/chromium/src/third_party/libevent/test/tinytest_local.h

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/ipc/chromium/src/third_party/libevent/test/tinytest_local.h	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,12 @@
     1.4 +
     1.5 +#ifdef WIN32
     1.6 +#include <winsock2.h>
     1.7 +#endif
     1.8 +
     1.9 +#include "event2/util.h"
    1.10 +#include "util-internal.h"
    1.11 +
    1.12 +#ifdef snprintf
    1.13 +#undef snprintf
    1.14 +#endif
    1.15 +#define snprintf evutil_snprintf

mercurial