diff options
author | George Hazan <ghazan@miranda.im> | 2019-04-12 21:44:59 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-04-12 21:44:59 +0300 |
commit | 09906f1d7495384fc11033cdcef7022e8f100181 (patch) | |
tree | 277fa88419a8e76dea20750434a446f3c3136a97 /plugins/SimpleStatusMsg/src/simplestatusmsg.h | |
parent | f2510ca8e3bfad13a68d3ba7262cc38c471f9878 (diff) |
wiping custom icolib functions: simplestatusmsg
Diffstat (limited to 'plugins/SimpleStatusMsg/src/simplestatusmsg.h')
-rw-r--r-- | plugins/SimpleStatusMsg/src/simplestatusmsg.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/plugins/SimpleStatusMsg/src/simplestatusmsg.h b/plugins/SimpleStatusMsg/src/simplestatusmsg.h index 08b03f1d15..a18012a5fe 100644 --- a/plugins/SimpleStatusMsg/src/simplestatusmsg.h +++ b/plugins/SimpleStatusMsg/src/simplestatusmsg.h @@ -89,11 +89,10 @@ int InitOptions(WPARAM wParam, LPARAM lParam); /* utils.cpp */
void IconsInit(void);
-HICON LoadIconEx(const char* name);
-HANDLE GetIconHandle(int iconId);
-void ReleaseIconEx(const char* name);
+
HANDLE HookProtoEvent(const char *szModule, const char *szEvent, MIRANDAHOOKPARAM hookProc);
void UnhookProtoEvents(void);
+
int GetRandom(int from, int to);
const wchar_t *GetDefaultMessage(int status);
const char *StatusModeToDbSetting(int status, const char *suffix);
|