1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-07-29 21:44:14 -04:00

Windows: MSVC2017: changes in sdrbase (2)

This commit is contained in:
f4exb
2018-11-12 16:58:20 +01:00
parent f97728c4e9
commit 70a4db39c0
9 changed files with 186 additions and 96 deletions
+2 -2
View File
@@ -23,7 +23,7 @@
#include <QHostInfo>
#include <QCryptographicHash>
#ifdef _WIN32_
#if (defined _WIN32_) || (defined _MSC_VER)
#include <windows.h>
#else
#include <sys/time.h>
@@ -67,7 +67,7 @@ uint32_t UidCalculator::getNewInstanceId()
uint64_t UidCalculator::getCurrentMiroseconds()
{
#ifdef _WIN32_
#if (defined _WIN32_) || (defined _MSC_VER)
LARGE_INTEGER tickPerSecond;
LARGE_INTEGER tick; // a point in time