summary refs log tree commit diff
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
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.