From 4294963c06cca6c22fe273a8e3366ec4159ab76c Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Fri, 24 Apr 2015 23:07:58 +0000 Subject: AvatarHistory - common project git-svn-id: http://svn.miranda-ng.org/main/trunk@13119 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/AvatarHistory/src/icolib.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plugins/AvatarHistory/src/icolib.cpp') 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); -- cgit v1.2.3