Edit

kc3-lang/libevent/test/tinytest_local.h

Branch :

  • Show log

    Commit

  • Author : Evan Jones
    Date : 2010-12-02 14:13:33
    Hash : c0bf63ce
    Message : tests: Use relative includes ("") instead of system includes (<>)

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