Browse Source

#define EADDRINUSE WSAEADDRINUSE

release/v0.1
jl777 9 years ago
parent
commit
2abe26fc9f
  1. 2
      crypto777/OS_portable.h

2
crypto777/OS_portable.h

@ -34,6 +34,8 @@
#include "../win/mingw.h" #include "../win/mingw.h"
#include "../win/mman.h" #include "../win/mman.h"
#define EADDRINUSE WSAEADDRINUSE
#else #else
#include <poll.h> #include <poll.h>
#include <netdb.h> #include <netdb.h>

Loading…
Cancel
Save