summaryrefslogtreecommitdiffhomepage
path: root/gui/main.cpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2017-01-28 10:12:23 +0100
committerStanislaw Halik <sthalik@misaki.pl>2017-01-28 10:12:23 +0100
commitc6057ee84cbbc7d14d2151e72e83e9bb4fd227f1 (patch)
tree93c2a95639f535643035ae449d9a985b472f7af2 /gui/main.cpp
parent816e96e0802e60d2b4efbb80d3f004902d077cd4 (diff)
gui/main: still getting those crashes
Diffstat (limited to 'gui/main.cpp')
-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