From c6057ee84cbbc7d14d2151e72e83e9bb4fd227f1 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sat, 28 Jan 2017 10:12:23 +0100 Subject: gui/main: still getting those crashes --- gui/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3