eive/fsfw:windows-tweaks-upstream
development
Have you executed the unit tests on windows?
@@ -8,6 +8,7 @@
#if defined(PLATFORM_WIN)
#include <sysinfoapi.h>
#define timegm _mkgmtime
Interesting
@@ -66,1 +65,4 @@
// Therefore we have to use a Mutex here
MutexGuard helper(timeMutex);
#ifdef PLATFORM_WIN
time_t time;
Have you executed the unittests with the windows version?
hmm not sure about the unittests, I definitely compiled and ran it on Windows. Might check again.
Unittests running on Windows with some tweaks
@@ -8,0 +8,4 @@
// Defined in Windows header for whatever reason, and leads to nameclash issues with
// class enums which have entries of the same name.
#undef IN
I don't understand those but if it works, I'm ok with that.
Fixes #603
Unittest work on windows
No dependencies set.
The note is not visible to the blocked user.
Have you executed the unit tests on windows?
@@ -8,6 +8,7 @@#if defined(PLATFORM_WIN)#include <sysinfoapi.h>#define timegm _mkgmtimeInteresting
@@ -66,1 +65,4 @@// Therefore we have to use a Mutex hereMutexGuard helper(timeMutex);#ifdef PLATFORM_WINtime_t time;Have you executed the unittests with the windows version?
hmm not sure about the unittests, I definitely compiled and ran it on Windows. Might check again.
Unittests running on Windows with some tweaks
@@ -8,0 +8,4 @@#ifdef PLATFORM_WIN// Defined in Windows header for whatever reason, and leads to nameclash issues with// class enums which have entries of the same name.#undef INI don't understand those but if it works, I'm ok with that.
Fixes #603
Unittest work on windows