summaryrefslogtreecommitdiff
path: root/Plugins/avatarhistory/AvatarHistory.h
diff options
context:
space:
mode:
authorwishmaster51@gmail.com <wishmaster51@gmail.com@c086bb3d-8645-0410-b8da-73a8550f86e7>2012-04-21 10:05:59 +0000
committerwishmaster51@gmail.com <wishmaster51@gmail.com@c086bb3d-8645-0410-b8da-73a8550f86e7>2012-04-21 10:05:59 +0000
commite5fcb23f1da0228d227e4397f622fdb38d22bfa3 (patch)
tree1351c86887697b0f967e3823ec41a7045318f174 /Plugins/avatarhistory/AvatarHistory.h
parent0984583475f7b6eb332542060cdf451f3aea8c11 (diff)
-fixed notifications of duplicate avatars
(thanks to xaos for testing and reporting it) git-svn-id: http://pescuma.googlecode.com/svn/trunk/Miranda@246 c086bb3d-8645-0410-b8da-73a8550f86e7
Diffstat (limited to 'Plugins/avatarhistory/AvatarHistory.h')
-rw-r--r--Plugins/avatarhistory/AvatarHistory.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/Plugins/avatarhistory/AvatarHistory.h b/Plugins/avatarhistory/AvatarHistory.h
index 0973030..b81e24a 100644
--- a/Plugins/avatarhistory/AvatarHistory.h
+++ b/Plugins/avatarhistory/AvatarHistory.h
@@ -3,6 +3,10 @@
#include <stdio.h>
#include <time.h>
#include <strsafe.h>
+#include <commctrl.h> //for ImageList_*
+#include <prsht.h>
+#include <ShObjIdl.h>
+#include <ShlGuid.h>
#define MIRANDA_VER 0x0A00
@@ -53,7 +57,6 @@ extern HANDLE hAvatarWindowsList;
#define DEFAULT_TEMPLATE_REMOVED LPGENT("removed his/her avatar")
#define DEFAULT_TEMPLATE_CHANGED LPGENT("changed his/her avatar")
-TCHAR * MyDBGetStringT(HANDLE hContact, char* module, char* setting, TCHAR* out, size_t len);
void LoadOptions();
// from icolib.cpp
@@ -62,6 +65,10 @@ void SetupIcoLib();
HICON createDefaultOverlayedIcon(BOOL big);
HICON createProtoOverlayedIcon(HANDLE hContact);
+int PreBuildContactMenu(WPARAM wParam,LPARAM lParam);
+int IcoLibIconsChanged(WPARAM wParam,LPARAM lParam);
+
+int OpenAvatarDialog(HANDLE hContact, char* fn);
#define MAX_REGS(_A_) ( sizeof(_A_) / sizeof(_A_[0]) )