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:
parent
b45956fcb9
commit
865b2439ce
1 changed files with 1 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue