Commit 17ef8c67 authored by Constantin Rack's avatar Constantin Rack Committed by GitHub

Merge pull request #2289 from bluca/windoze_includes_test

Problem:capitalized include filenames trip mingw
parents dce4d06b 7e186432
......@@ -32,8 +32,8 @@
#define MSG_SIZE 20
#ifdef _WIN32
#include <Winsock2.h>
#include <Ws2tcpip.h>
#include <winsock2.h>
#include <ws2tcpip.h>
#else
#include <sys/types.h>
#include <sys/socket.h>
......
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