Commit e9a7a2af authored by Alexander Alashkin's avatar Alexander Alashkin Committed by Cesanta Bot

Fix WinCE compilation

PUBLISHED_FROM=51d68829414739b04fafc9198d86b817c38d71d2
parent a83e7d8c
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment