summaryrefslogtreecommitdiff
path: root/plugins/Mir_core/miranda.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Mir_core/miranda.h')
-rw-r--r--plugins/Mir_core/miranda.h4
1 files changed, 4 insertions, 0 deletions
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;
};