summaryrefslogtreecommitdiff
path: root/plugins/AvatarHistory/src/AvatarDlg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/AvatarHistory/src/AvatarDlg.cpp')
-rw-r--r--plugins/AvatarHistory/src/AvatarDlg.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/AvatarHistory/src/AvatarDlg.cpp b/plugins/AvatarHistory/src/AvatarDlg.cpp
index 5746cd3053..2fc20eeaa1 100644
--- a/plugins/AvatarHistory/src/AvatarDlg.cpp
+++ b/plugins/AvatarHistory/src/AvatarDlg.cpp
@@ -18,7 +18,7 @@ Avatar History Plugin
*/
-#include "AvatarHistory.h"
+#include "stdafx.h"
HGENMENU hMenu = NULL;
DWORD WINAPI AvatarDialogThread(LPVOID param);
@@ -512,7 +512,7 @@ int CleanupAvatarPic(HWND hwnd)
return 0;
}
-int PreBuildContactMenu(WPARAM wParam,LPARAM lParam)
+int PreBuildContactMenu(WPARAM wParam, LPARAM)
{
char *proto = GetContactProto(wParam);
Menu_ShowItem(hMenu, ProtocolEnabled(proto));