From 655324f9dab084d47263f7510288ee3938d7f2e4 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 2 Aug 2013 19:08:33 +0000 Subject: /debug command line option to disable built-in exception handlers git-svn-id: http://svn.miranda-ng.org/main/trunk@5553 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- src/mir_core/miranda.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mir_core/miranda.cpp') diff --git a/src/mir_core/miranda.cpp b/src/mir_core/miranda.cpp index 73c5c9d0be..571bbb811a 100644 --- a/src/mir_core/miranda.cpp +++ b/src/mir_core/miranda.cpp @@ -34,6 +34,7 @@ HINSTANCE hInst = 0; HANDLE hStackMutex, hThreadQueueEmpty; DWORD mir_tls = 0; +bool g_bDebugMode = false; ///////////////////////////////////////////////////////////////////////////////////////// // module init -- cgit v1.2.3