mirror of
https://github.com/ShaYmez/NXDNClients.git
synced 2024-11-21 15:11:47 -05:00
Fix Windows compilation.
This commit is contained in:
parent
85a85db9c5
commit
e958203b11
@ -37,7 +37,7 @@
|
||||
#include <gps.h>
|
||||
#endif
|
||||
#else
|
||||
#include <winsock.h>
|
||||
#include <WS2tcpip.h>
|
||||
#endif
|
||||
|
||||
class CAPRSWriter {
|
||||
|
@ -29,7 +29,7 @@
|
||||
#include <arpa/inet.h>
|
||||
#include <errno.h>
|
||||
#else
|
||||
#include <winsock.h>
|
||||
#include <WS2tcpip.h>
|
||||
#endif
|
||||
|
||||
#include <cstdint>
|
||||
|
@ -20,6 +20,7 @@
|
||||
#define STOPWATCH_H
|
||||
|
||||
#if defined(_WIN32) || defined(_WIN64)
|
||||
#include <WS2tcpip.h>
|
||||
#include <windows.h>
|
||||
#else
|
||||
#include <sys/time.h>
|
||||
|
@ -32,7 +32,6 @@
|
||||
#include <arpa/inet.h>
|
||||
#include <errno.h>
|
||||
#else
|
||||
#include <winsock2.h>
|
||||
#include <ws2tcpip.h>
|
||||
#endif
|
||||
|
||||
|
@ -19,6 +19,6 @@
|
||||
#if !defined(VERSION_H)
|
||||
#define VERSION_H
|
||||
|
||||
const char* VERSION = "20200906";
|
||||
const char* VERSION = "20200920";
|
||||
|
||||
#endif
|
||||
|
@ -20,6 +20,7 @@
|
||||
#define STOPWATCH_H
|
||||
|
||||
#if defined(_WIN32) || defined(_WIN64)
|
||||
#include <WS2tcpip.h>
|
||||
#include <windows.h>
|
||||
#else
|
||||
#include <sys/time.h>
|
||||
|
@ -32,8 +32,7 @@
|
||||
#include <arpa/inet.h>
|
||||
#include <errno.h>
|
||||
#else
|
||||
#include <winsock2.h>
|
||||
#include <ws2tcpip.h>
|
||||
#include <WS2tcpip.h>
|
||||
#endif
|
||||
|
||||
#if !defined(UDP_SOCKET_MAX)
|
||||
|
@ -19,6 +19,6 @@
|
||||
#if !defined(VERSION_H)
|
||||
#define VERSION_H
|
||||
|
||||
const char* VERSION = "20200906";
|
||||
const char* VERSION = "20200920";
|
||||
|
||||
#endif
|
||||
|
@ -20,6 +20,7 @@
|
||||
#define STOPWATCH_H
|
||||
|
||||
#if defined(_WIN32) || defined(_WIN64)
|
||||
#include <WS2tcpip.h>
|
||||
#include <windows.h>
|
||||
#else
|
||||
#include <sys/time.h>
|
||||
|
@ -32,7 +32,6 @@
|
||||
#include <arpa/inet.h>
|
||||
#include <errno.h>
|
||||
#else
|
||||
#include <winsock2.h>
|
||||
#include <ws2tcpip.h>
|
||||
#endif
|
||||
|
||||
|
@ -19,6 +19,6 @@
|
||||
#if !defined(VERSION_H)
|
||||
#define VERSION_H
|
||||
|
||||
const char* VERSION = "20200908";
|
||||
const char* VERSION = "20200920";
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user