Commit 50c6e63c authored by captainwong's avatar captainwong

update

parent aeac7bf6
......@@ -684,7 +684,7 @@ int main(int argc, char** argv)
{
#ifdef _WIN32
WSADATA wsa_data;
WSAStartup(0x0201, &wsa_data);
WSAStartup(0x0202, &wsa_data);
if (0 != evthread_use_windows_threads()) {
fprintf(stderr, "failed to init libevent with thread by calling evthread_use_windows_threads\n");
return -1;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment