diff options
author | George Hazan <ghazan@miranda.im> | 2018-05-22 19:33:58 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-05-22 19:33:58 +0300 |
commit | f56d89298e23be23b16efd33fc375eb4a9971c12 (patch) | |
tree | c00119c27ee50d701033aecaf25cdac1075665a8 /include/m_extraicons.h | |
parent | 648ef4e3b4b7d2d4796021bfe193064708f1a3e7 (diff) |
m_extraicons.h => CMPlugin
Diffstat (limited to 'include/m_extraicons.h')
-rw-r--r-- | include/m_extraicons.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/m_extraicons.h b/include/m_extraicons.h index e394306d5b..3bb9da0000 100644 --- a/include/m_extraicons.h +++ b/include/m_extraicons.h @@ -110,10 +110,10 @@ EXTERN_C MIR_APP_DLL(void) KillModuleExtraIcons(int langId); #define EIF_DISABLED_BY_DEFAULT 0x0001
EXTERN_C MIR_APP_DLL(HANDLE) ExtraIcon_RegisterCallback(const char *name, const char *description, const char *descIcon,
- MIRANDAHOOK RebuildIcons, MIRANDAHOOK ApplyIcon, MIRANDAHOOKPARAM OnClick = nullptr, LPARAM onClickParam = 0, int flags = 0, int = hLangpack);
+ MIRANDAHOOK RebuildIcons, MIRANDAHOOK ApplyIcon, MIRANDAHOOKPARAM OnClick = nullptr, LPARAM onClickParam = 0, int flags = 0);
EXTERN_C MIR_APP_DLL(HANDLE) ExtraIcon_RegisterIcolib(const char *name, const char *description, const char *descIcon = nullptr,
- MIRANDAHOOKPARAM OnClick = nullptr, LPARAM onClickParam = 0, int flags = 0, int = hLangpack);
+ MIRANDAHOOKPARAM OnClick = nullptr, LPARAM onClickParam = 0, int flags = 0);
/////////////////////////////////////////////////////////////////////////////////////////
|