mirror of
https://github.com/3proxy/3proxy.git
synced 2025-02-24 02:55:40 +08:00
Correct EINPROGRESS for Windows
This commit is contained in:
parent
42ca640769
commit
16f094168a
@ -84,6 +84,9 @@
|
||||
#ifdef EINTR
|
||||
#undef EINTR
|
||||
#endif
|
||||
#ifndef EINPROGRESS
|
||||
#define EINPROGRESS WSAEWOULDBLOCK
|
||||
#endif
|
||||
#define EINTR WSAEWOULDBLOCK
|
||||
#define SLEEPTIME 1
|
||||
#define usleep Sleep
|
||||
|
Loading…
Reference in New Issue
Block a user