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/AvatarDlg.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/AvatarDlg.cpp')
-rw-r--r-- | plugins/AvatarHistory/src/AvatarDlg.cpp | 4 |
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));
|