Fixes for Windows.
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Deukhoofd 2020-08-18 18:44:06 +02:00
parent cfcdbfe984
commit c2655568d7
Signed by: Deukhoofd
GPG Key ID: F63E044490819F6F
1 changed files with 6 additions and 3 deletions

View File

@ -1,9 +1,12 @@
#ifndef ARBUTILS_SIGNALHANDLING_HPP #ifndef ARBUTILS_SIGNALHANDLING_HPP
#define ARBUTILS_SIGNALHANDLING_HPP #define ARBUTILS_SIGNALHANDLING_HPP
#if !WINDOWS
#if PRETTYTRACES #if PRETTYTRACES
#define BACKWARD_HAS_DW 1 #define BACKWARD_HAS_DW 1
#endif #endif
#include "../extern/backward.hpp" #include "../extern/backward.hpp"
#endif
#include "Exception.hpp" #include "Exception.hpp"
// Sourced from https://github.com/bombela/backward-cpp/blob/master/backward.hpp#L3849 // Sourced from https://github.com/bombela/backward-cpp/blob/master/backward.hpp#L3849