diff options
Diffstat (limited to 'protocols/Yahoo/src/stdafx.h')
-rw-r--r-- | protocols/Yahoo/src/stdafx.h | 8 |
1 files changed, 7 insertions, 1 deletions
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);
|