diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2017-01-28 10:12:23 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2017-01-28 10:12:23 +0100 |
commit | c6057ee84cbbc7d14d2151e72e83e9bb4fd227f1 (patch) | |
tree | 93c2a95639f535643035ae449d9a985b472f7af2 /gui | |
parent | 816e96e0802e60d2b4efbb80d3f004902d077cd4 (diff) |
gui/main: still getting those crashes
Diffstat (limited to 'gui')
-rw-r--r-- | gui/main.cpp | 2 |
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 |