Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
hiredis
Commits
43aeabbb
Unverified
Commit
43aeabbb
authored
Jul 20, 2020
by
Malizia R
Committed by
GitHub
Jul 20, 2020
Browse files
fix windows compiling with mingw (#848)
parent
5a3c3241
Changes
1
Hide whitespace changes
Inline
Side-by-side
sockcompat.c
View file @
43aeabbb
...
...
@@ -32,6 +32,7 @@
#include "sockcompat.h"
#ifdef _WIN32
#include <errno.h>
static
int
_wsaErrorToErrno
(
int
err
)
{
switch
(
err
)
{
case
WSAEWOULDBLOCK
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment