We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d4cb1e commit 7858bfbCopy full SHA for 7858bfb
ext/libnatpmp/natpmp.c
@@ -39,12 +39,8 @@ POSSIBILITY OF SUCH DAMAGE.
39
#include <winsock2.h>
40
#include <ws2tcpip.h>
41
#include <io.h>
42
-#ifndef EWOULDBLOCK
43
#define EWOULDBLOCK WSAEWOULDBLOCK
44
-#endif
45
-#ifndef ECONNREFUSED
46
#define ECONNREFUSED WSAECONNREFUSED
47
48
#include "wingettimeofday.h"
49
#define gettimeofday natpmp_gettimeofday
50
#else
0 commit comments