Skip to content
Snippets Groups Projects
Commit d2be36b6 authored by Adrien Béraud's avatar Adrien Béraud
Browse files

Merge pull request #11 from EckoEdc/patch-7

Correctly close socket on win32
parents 873fbd3d 623dd4f2
Branches
Tags
No related merge requests found
......@@ -37,6 +37,7 @@
#else
#include <winsock2.h>
#include <ws2tcpip.h>
#define close(x) closesocket(x)
#endif
namespace dht {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment