trac 29 win32 EWOULDBLOCK
Signed-off-by: Andy Green <andy.green@linaro.org>
This commit is contained in:
parent
3661d7be53
commit
4e414e65bb
1 changed files with 3 additions and 0 deletions
|
@ -57,6 +57,9 @@
|
|||
|
||||
#ifdef WIN32
|
||||
#define LWS_NO_DAEMONIZE
|
||||
#ifndef EWOULDBLOCK
|
||||
#define EWOULDBLOCK EAGAIN
|
||||
#endif
|
||||
|
||||
#define compatible_close(fd) closesocket(fd);
|
||||
#ifdef __MINGW64__
|
||||
|
|
Loading…
Add table
Reference in a new issue