add more comments

This commit is contained in:
leitner
2014-06-30 11:40:52 +00:00
parent 25d9c5a6c7
commit 798c06a785
12 changed files with 90 additions and 2 deletions

View File

@@ -82,6 +82,7 @@ extern int noipv6;
#include <winsock2.h>
#include <ws2tcpip.h>
#ifndef EWOULDBLOCK
#define EWOULDBLOCK WSAEWOULDBLOCK
#define EINPROGRESS WSAEINPROGRESS
#define EALREADY WSAEALREADY
@@ -118,6 +119,7 @@ extern int noipv6;
#define ESTALE WSAESTALE
#define EREMOTE WSAEREMOTE
#define EDISCON WSAEDISCON
#endif
#endif