1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-09 00:00:04 +01:00

trac 29 win32 EWOULDBLOCK

Signed-off-by: Andy Green <andy.green@linaro.org>
This commit is contained in:
Andy Green 2013-04-27 08:33:26 +08:00
parent 3661d7be53
commit 4e414e65bb

View file

@ -57,6 +57,9 @@
#ifdef WIN32
#define LWS_NO_DAEMONIZE
#ifndef EWOULDBLOCK
#define EWOULDBLOCK EAGAIN
#endif
#define compatible_close(fd) closesocket(fd);
#ifdef __MINGW64__