diff options
Diffstat (limited to 'plugins/AvatarHistory/src/icolib.cpp')
-rw-r--r-- | plugins/AvatarHistory/src/icolib.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/AvatarHistory/src/icolib.cpp b/plugins/AvatarHistory/src/icolib.cpp index 88e6b4cae7..7416cf0fc6 100644 --- a/plugins/AvatarHistory/src/icolib.cpp +++ b/plugins/AvatarHistory/src/icolib.cpp @@ -1,4 +1,4 @@ -#include "AvatarHistory.h"
+#include "stdafx.h"
enum IconIndex
{
@@ -31,7 +31,7 @@ static void IcoLibUpdateMenus() DestroyIcon(mi.hIcon);
}
-int IcoLibIconsChanged(WPARAM wParam, LPARAM lParam)
+int IcoLibIconsChanged(WPARAM, LPARAM)
{
IcoLibUpdateMenus();
return 0;
@@ -60,7 +60,7 @@ static HICON getOverlayedIcon(HICON icon, HICON overlay, BOOL big) }
-HICON createDefaultOverlayedIcon(BOOL big)
+HICON createDefaultOverlayedIcon(BOOL)
{
HICON icon0 = LoadIconEx(I_HISTORY);
HICON icon1 = LoadIconEx(I_OVERLAY);
|