From 67f2d89c164c7adccdee065da1caac319d528b50 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 29 Jun 2012 16:37:08 +0000 Subject: - yet another crash fix on exit; - events speed-up - quick ICQ exit git-svn-id: http://svn.miranda-ng.org/main/trunk@687 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Mir_core/miranda.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'plugins/Mir_core/miranda.h') diff --git a/plugins/Mir_core/miranda.h b/plugins/Mir_core/miranda.h index 65140260c1..71c0804fd1 100644 --- a/plugins/Mir_core/miranda.h +++ b/plugins/Mir_core/miranda.h @@ -43,6 +43,7 @@ int InitPathUtils(void); extern HINSTANCE hInst; extern HWND hAPCWindow; +extern HANDLE hStackMutex, hThreadQueueEmpty; /**** modules.cpp **********************************************************************/ @@ -68,6 +69,8 @@ struct THookSubscriber }; }; +#define HOOK_SECRET_SIGNATURE 0xDEADBABA + struct THook { char name[ MAXMODULELABELLENGTH ]; @@ -75,6 +78,7 @@ struct THook int subscriberCount; THookSubscriber* subscriber; MIRANDAHOOK pfnHook; + DWORD secretSignature; CRITICAL_SECTION csHook; }; -- cgit v1.2.3