diff options
author | George Hazan <george.hazan@gmail.com> | 2013-09-14 14:47:56 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-09-14 14:47:56 +0000 |
commit | 662c4b333d83c70ae05fbcea2dd685e6a3524983 (patch) | |
tree | 6eeeb427b334025091d46b4b4944f9cfc5b81c27 /plugins/SmileyAdd/src/general.h | |
parent | 115e8a733f0e265f1197fb9a3b894ffa0af1aad8 (diff) |
address logging for smileys
git-svn-id: http://svn.miranda-ng.org/main/trunk@6058 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SmileyAdd/src/general.h')
-rw-r--r-- | plugins/SmileyAdd/src/general.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/SmileyAdd/src/general.h b/plugins/SmileyAdd/src/general.h index cb268cdfc7..4acc5095a7 100644 --- a/plugins/SmileyAdd/src/general.h +++ b/plugins/SmileyAdd/src/general.h @@ -90,7 +90,7 @@ typedef WCMatcher _TMatcher; extern HINSTANCE g_hInst;
extern char* metaProtoName;
extern HANDLE hNetlibUser;
-extern HANDLE hEvent1;
+extern HANDLE hEvent1, hLogger;
extern HGENMENU hContactMenuItem;
extern SmileyCategoryListType g_SmileyCategories;
extern SmileyPackListType g_SmileyPacks;
|