This commit is contained in:
Jeff Becker 2018-07-25 10:41:24 +10:00
parent bd5f6e4ece
commit 17e7b063cf
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
#ifndef LLARP_EV_H
#define LLARP_EV_H
#if defined(__MINGW__)
#if defined(__MINGW32__)
#include <winsock2.h>
#include <ws2tcpip.h>
#else

View File

@ -1,6 +1,6 @@
#ifndef LLARP_NET_H
#define LLARP_NET_H
#if defined(__MINGW__)
#if defined(__MINGW32__)
#include <winsock2.h>
#include <ws2tcpip.h>
#else