Unverified Commit 43aeabbb authored by Malizia R's avatar Malizia R Committed by GitHub
Browse files

fix windows compiling with mingw (#848)

parent 5a3c3241
......@@ -32,6 +32,7 @@
#include "sockcompat.h"
#ifdef _WIN32
#include <errno.h>
static int _wsaErrorToErrno(int err) {
switch (err) {
case WSAEWOULDBLOCK:
......
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