summaryrefslogtreecommitdiff
path: root/plugins/CrashDumper/src/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/CrashDumper/src/utils.h')
-rw-r--r--plugins/CrashDumper/src/utils.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/CrashDumper/src/utils.h b/plugins/CrashDumper/src/utils.h
index 9089f57571..e1f4c1919c 100644
--- a/plugins/CrashDumper/src/utils.h
+++ b/plugins/CrashDumper/src/utils.h
@@ -56,6 +56,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include <m_hotkeys.h>
#include <m_protocols.h>
#include <m_help.h>
+#include <m_icolib.h>
#include "bkstring.h"
@@ -171,7 +172,6 @@ void OpenAuthUrl(const char* url);
void __cdecl VersionInfoUploadThread(void* arg);
void InitIcons(void);
-HICON LoadIconEx(const char* name, bool big = false);
-HANDLE GetIconHandle(const char* name);
-void ReleaseIconEx(const char* name);
-void ReleaseIconEx(HICON hIcon);
+HICON LoadIconEx(int iconId, bool big = false);
+void ReleaseIconEx(int iconId);
+HANDLE GetIconHandle(int iconId);