Commit 45fd6ea5 authored by Davis King's avatar Davis King

Fixed a bug pointed out by Martin Müllenhaupt which caused the windows socket

code to not compile when used with the mingw-cross-env project.
parent fe08f962
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
#include "sockets_kernel_1.h" #include "sockets_kernel_1.h"
#include <windows.h> #include <windows.h>
#include <Winsock2.h> #include <winsock2.h>
#ifndef NI_MAXHOST #ifndef NI_MAXHOST
#define NI_MAXHOST 1025 #define NI_MAXHOST 1025
......
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