diff options
author | George Hazan <george.hazan@gmail.com> | 2013-09-24 20:30:01 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-09-24 20:30:01 +0000 |
commit | edc889e1188d25838da939e0ec49f057ec7ee99e (patch) | |
tree | 56cadfd1630f3ea5d4fa9ff7ac9876d3f4ad4847 /plugins/Popup/src/config.h | |
parent | 2c554f869eee8d765505db837da3989271169f27 (diff) |
ME_POPUP_FILTER - popup filtering event
git-svn-id: http://svn.miranda-ng.org/main/trunk@6218 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Popup/src/config.h')
-rw-r--r-- | plugins/Popup/src/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Popup/src/config.h b/plugins/Popup/src/config.h index f6a0635b18..dcfcf7b0dd 100644 --- a/plugins/Popup/src/config.h +++ b/plugins/Popup/src/config.h @@ -127,6 +127,7 @@ void LoadOptions(); //===== General Plugin =====
extern HINSTANCE hInst;
extern HANDLE hMainThread;
+extern HANDLE hEventNotify;
extern HANDLE hSemaphore;
extern BOOL closing;
extern HANDLE folderId;
|