diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2015-04-24 23:07:58 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2015-04-24 23:07:58 +0000 |
commit | 4294963c06cca6c22fe273a8e3366ec4159ab76c (patch) | |
tree | 8140eaeab3fdb04cd512a5046ed74de171fbf3a3 /plugins/AvatarHistory/src/icolib.cpp | |
parent | 8f3240800df19a4ad1025768f4c595ab49bb898f (diff) |
AvatarHistory - common project
git-svn-id: http://svn.miranda-ng.org/main/trunk@13119 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
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);
|