[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[Libevent-users] build libevent2 in windows without thread support



i only use select in windows,and don't care about thread.so i want to build libevent2 without thread support,then I edit the event-config.h,add #define _EVENT_DISABLE_THREAD_SUPPORT,and 
use nmake to build libevent2.
is that ok?do i missing something?