summaryrefslogtreecommitdiff
path: root/plugins/Utils/mir_icons.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Utils/mir_icons.h')
-rw-r--r--plugins/Utils/mir_icons.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/plugins/Utils/mir_icons.h b/plugins/Utils/mir_icons.h
index 178094c803..e1e1a918a3 100644
--- a/plugins/Utils/mir_icons.h
+++ b/plugins/Utils/mir_icons.h
@@ -23,16 +23,10 @@ Boston, MA 02111-1307, USA.
#define _CRT_SECURE_NO_WARNINGS
-#include <windows.h>
-
-
-void IcoLib_Register(char *name, TCHAR *section, TCHAR *description, int id);
+HANDLE IcoLib_Register(char *name, TCHAR *section, TCHAR *description, int id);
HICON IcoLib_LoadIcon(const char *iconName, BOOL copy = FALSE);
void IcoLib_ReleaseIcon(const char *iconName);
void IcoLib_ReleaseIcon(HICON hIcon);
-
-
-
#endif // __MIR_ICONS_H__