Edit

kc3-lang/libevent/test/tinytest_local.h

Branch :

  • Show log

    Commit

  • Author : Nick Mathewson
    Date : 2010-09-09 16:13:09
    Hash : f0bd83ea
    Message : Bump to the latest version of tinytest This lets us do without libevent-specific code in tinytest.c, and lets us add a feature to skip individual tests from the command line.

  • test/tinytest_local.h
  • #ifdef WIN32
    #include <winsock2.h>
    #endif
    
    #include <event2/util.h>
    #include "util-internal.h"
    
    #define snprintf evutil_snprintf