summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--gui/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/main.cpp b/gui/main.cpp
index 661b3d19..1972e7a3 100644
--- a/gui/main.cpp
+++ b/gui/main.cpp
@@ -172,7 +172,7 @@ main(int argc, char** argv)
while (false);
// msvc crashes in some destructor
-#if defined(_MSC_VER) && 0 && I_DONT_HURT_ANYMORE
+#if defined(_MSC_VER)
qDebug() << "exit: terminating";
TerminateProcess(GetCurrentProcess(), 0);
#endif