mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-11-15 12:13:24 +00:00
typo
This commit is contained in:
parent
bd5f6e4ece
commit
17e7b063cf
@ -1,6 +1,6 @@
|
|||||||
#ifndef LLARP_EV_H
|
#ifndef LLARP_EV_H
|
||||||
#define LLARP_EV_H
|
#define LLARP_EV_H
|
||||||
#if defined(__MINGW__)
|
#if defined(__MINGW32__)
|
||||||
#include <winsock2.h>
|
#include <winsock2.h>
|
||||||
#include <ws2tcpip.h>
|
#include <ws2tcpip.h>
|
||||||
#else
|
#else
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#ifndef LLARP_NET_H
|
#ifndef LLARP_NET_H
|
||||||
#define LLARP_NET_H
|
#define LLARP_NET_H
|
||||||
#if defined(__MINGW__)
|
#if defined(__MINGW32__)
|
||||||
#include <winsock2.h>
|
#include <winsock2.h>
|
||||||
#include <ws2tcpip.h>
|
#include <ws2tcpip.h>
|
||||||
#else
|
#else
|
||||||
|
Loading…
Reference in New Issue
Block a user