diff options
author | Joe <rubberduckie3554@gmail.com> | 2021-07-07 09:48:13 -0400 |
---|---|---|
committer | Joe <rubberduckie3554@gmail.com> | 2021-07-07 09:48:13 -0400 |
commit | 82088fa0d7746308aa0fe5be73a5a6a24cec27ac (patch) | |
tree | a9a37b320fd482ba6476ba5c0978b050cd66384b /src/main.cpp | |
parent | Fix Backtrace define error for Windows (diff) | |
download | nheko-82088fa0d7746308aa0fe5be73a5a6a24cec27ac.tar.xz |
Fix cmake template define issue
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp index bb6f946b..29e93d49 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -40,7 +40,6 @@ QQmlDebuggingEnabler enabler; #endif -#if !defined(Q_OS_WINDOWS) #if HAVE_BACKTRACE_SYMBOLS_FD #include <csignal> #include <execinfo.h> @@ -93,7 +92,6 @@ registerSignalHandlers() std::signal(SIGABRT, &stacktraceHandler); } -#endif #else // No implementation for systems with no stacktrace support. |