diff options
author | George Hazan <ghazan@miranda.im> | 2018-03-27 20:51:02 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-03-27 20:51:02 +0300 |
commit | 3ed57b9844b340d1732d85d76f2184498aba5609 (patch) | |
tree | d17753b7a107a413ac2594b2cdedf516b6861a20 /protocols/JabberG/src/stdafx.h | |
parent | ed499945b795b6890e26430d761012c37c432c62 (diff) |
crash fix for Jabber
Diffstat (limited to 'protocols/JabberG/src/stdafx.h')
-rw-r--r-- | protocols/JabberG/src/stdafx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/JabberG/src/stdafx.h b/protocols/JabberG/src/stdafx.h index 6943d549e0..ca39578fe3 100644 --- a/protocols/JabberG/src/stdafx.h +++ b/protocols/JabberG/src/stdafx.h @@ -640,6 +640,7 @@ HXML JabberFormGetData(HWND hwndStatic, HXML xNode); void g_IconsInit();
void g_XstatusIconsInit();
+void g_XstatusIconsUninit();
HANDLE g_GetIconHandle(int iconId);
HICON g_LoadIconEx(const char* name, bool big = false);
|