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

mingw: also workaround ENOTCONN

This commit is contained in:
Andy Green 2018-03-29 06:55:02 +08:00
parent b45956fcb9
commit 865b2439ce

View file

@ -20,11 +20,7 @@
*/
#include "private-libwebsockets.h"
/* workaround for mingw */
#if !defined(ECONNABORTED)
#define ECONNABORTED 103
#endif
#include <errno.h>
int openssl_websocket_private_data_index,
openssl_SSL_CTX_private_data_index;