From 2abe26fc9f4471faf241d6ab0240f5e24e8051c1 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sun, 14 Feb 2016 06:04:46 -0300 Subject: [PATCH] #define EADDRINUSE WSAEADDRINUSE --- crypto777/OS_portable.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/crypto777/OS_portable.h b/crypto777/OS_portable.h index 322caa2d3..e7861dc15 100755 --- a/crypto777/OS_portable.h +++ b/crypto777/OS_portable.h @@ -34,6 +34,8 @@ #include "../win/mingw.h" #include "../win/mman.h" +#define EADDRINUSE WSAEADDRINUSE + #else #include #include