Fix WinCE compilation

PUBLISHED_FROM=51d68829414739b04fafc9198d86b817c38d71d2
This commit is contained in:
Alexander Alashkin 2017-03-17 13:26:24 +02:00 committed by Cesanta Bot
parent a83e7d8c42
commit e9a7a2af18

View File

@ -1235,6 +1235,10 @@ int sl_set_ssl_opts(struct mg_connection *nc);
#define EWOULDBLOCK WSAEWOULDBLOCK
#endif
#ifndef EAGAIN
#define EAGAIN EWOULDBLOCK
#endif
#ifndef __func__
#define STRX(x) #x
#define STR(x) STRX(x)