diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-02-22 05:15:11 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-02-22 05:15:11 +0000 |
commit | aaa6c50016843a86c250d4c7725f626b340c7aad (patch) | |
tree | 9010e5c0393632933af09b16215d8f578b135324 /plugins/ClientChangeNotify/src/Common.h | |
parent | 26fcb2d02ed4d1e295968d46ebdff67665f5192c (diff) |
hooking loading/unloading events
git-svn-id: http://svn.miranda-ng.org/main/trunk@3678 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/ClientChangeNotify/src/Common.h')
-rw-r--r-- | plugins/ClientChangeNotify/src/Common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/ClientChangeNotify/src/Common.h b/plugins/ClientChangeNotify/src/Common.h index 478c982bbf..14bed96102 100644 --- a/plugins/ClientChangeNotify/src/Common.h +++ b/plugins/ClientChangeNotify/src/Common.h @@ -105,6 +105,7 @@ #define CLIENTCHANGED_SOUND "ClientChanged"
extern HINSTANCE g_hInstance;
+extern BOOL bPopupExists;
extern COptPage g_PopupOptPage;
extern COptPage *g_PreviewOptPage;
|