diff options
author | pescuma <pescuma@c086bb3d-8645-0410-b8da-73a8550f86e7> | 2009-05-02 00:08:17 +0000 |
---|---|---|
committer | pescuma <pescuma@c086bb3d-8645-0410-b8da-73a8550f86e7> | 2009-05-02 00:08:17 +0000 |
commit | 7c52bd0b47d68806777152e097f1bf6f3f718170 (patch) | |
tree | 2b8bb05622141f9dff4a4fe1b53196b9860c2f1c /Plugins/utils/mir_icons.h | |
parent | 74de73a0d9a2a40ed77ac2ee6a2714ceb7c633b0 (diff) |
utils: sync with berliOS
git-svn-id: http://pescuma.googlecode.com/svn/trunk/Miranda@174 c086bb3d-8645-0410-b8da-73a8550f86e7
Diffstat (limited to 'Plugins/utils/mir_icons.h')
-rw-r--r-- | Plugins/utils/mir_icons.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Plugins/utils/mir_icons.h b/Plugins/utils/mir_icons.h index e5e0105..a6fcb53 100644 --- a/Plugins/utils/mir_icons.h +++ b/Plugins/utils/mir_icons.h @@ -24,8 +24,10 @@ Boston, MA 02111-1307, USA. #include <windows.h>
-HICON LoadIconEx(const char *iconName, BOOL copy = FALSE);
-void ReleaseIconEx(HICON hIcon);
+void IcoLib_Register(char *name, TCHAR *section, TCHAR *description, int id);
+
+HICON IcoLib_LoadIcon(const char *iconName, BOOL copy = FALSE);
+void IcoLib_ReleaseIcon(HICON hIcon);
|