1
0
Fork 0

Fix Windows compilation.

ycs232-kbc
Jonathan Naylor 4 years ago
parent f0b9aeea73
commit 0c36583767

@ -37,7 +37,7 @@
#include <gps.h> #include <gps.h>
#endif #endif
#else #else
#include <winsock.h> #include <WS2tcpip.h>
#endif #endif
class CAPRSWriter { class CAPRSWriter {

@ -20,6 +20,7 @@
#define STOPWATCH_H #define STOPWATCH_H
#if defined(_WIN32) || defined(_WIN64) #if defined(_WIN32) || defined(_WIN64)
#include <WS2tcpip.h>
#include <windows.h> #include <windows.h>
#else #else
#include <sys/time.h> #include <sys/time.h>

@ -19,6 +19,6 @@
#if !defined(VERSION_H) #if !defined(VERSION_H)
#define VERSION_H #define VERSION_H
const char* VERSION = "20200906"; const char* VERSION = "20200920";
#endif #endif

Loading…
Cancel
Save