Commit b6ab7590 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Might fix Win32 compilation

parent b96f1239
...@@ -35,7 +35,7 @@ typedef struct ...@@ -35,7 +35,7 @@ typedef struct
const char *msg; const char *msg;
} wsaerrmsg_t; } wsaerrmsg_t;
static const wsaerrmsg_t wsaerrmsg = static const wsaerrmsg_t wsaerrmsg[] =
{ {
{ WSAEINTR, "Interrupted by signal" }, { WSAEINTR, "Interrupted by signal" },
{ WSAEACCES, "Access denied" }, { WSAEACCES, "Access denied" },
......
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