Tweaks to make Windows happy again hopefully
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2020-08-18 18:50:03 +02:00
parent c1a207f918
commit 16b083d927
2 changed files with 1 additions and 5 deletions

View File

@@ -1,11 +1,9 @@
#ifndef ARBUTILS_SIGNALHANDLING_HPP
#define ARBUTILS_SIGNALHANDLING_HPP
#if !WINDOWS
#if PRETTYTRACES
#if PRETTYTRACES && !WINDOWS
#define BACKWARD_HAS_DW 1
#endif
#include "../extern/backward.hpp"
#endif
#include "Exception.hpp"