From 176fb1d22df02c5791815a0764273c0b8da1d3d4 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 6 Jun 2016 10:37:18 +0000 Subject: YAHOO: static functions removed from class git-svn-id: http://svn.miranda-ng.org/main/trunk@16924 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Yahoo/src/stdafx.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'protocols/Yahoo/src/stdafx.h') diff --git a/protocols/Yahoo/src/stdafx.h b/protocols/Yahoo/src/stdafx.h index cd3dc79f7d..e35b8dcfd5 100644 --- a/protocols/Yahoo/src/stdafx.h +++ b/protocols/Yahoo/src/stdafx.h @@ -112,7 +112,13 @@ struct YAHOO_SEARCH_RESULT : public PROTOSEARCHRESULT int YAHOO_util_dbsettingchanged(WPARAM wParam, LPARAM lParam); -//Services.c +// icolib.cpp +void IconsInit(void); +HICON LoadIconEx(const char* name, bool big = false); +HANDLE GetIconHandle(int iconId); +void ReleaseIconEx(const char* name, bool big = false); + +// Services.c int SetStatus(WPARAM wParam,LPARAM lParam); int GetStatus(WPARAM wParam,LPARAM lParam); -- cgit v1.2.3