diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2012-09-06 19:45:03 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2012-09-06 19:45:03 +0000 |
commit | cbc0195ed4cd5d6b1b5527dcec69400c536d6853 (patch) | |
tree | 75f5133976603e49ef8fc41955d963f1b83bcb14 /protocols/NewsAggregator/Src/Common.h | |
parent | 0519e0eb7195cc22eee68d7b352cd3507ba94db0 (diff) |
fixed destroying some messages
git-svn-id: http://svn.miranda-ng.org/main/trunk@1541 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/NewsAggregator/Src/Common.h')
-rw-r--r-- | protocols/NewsAggregator/Src/Common.h | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/protocols/NewsAggregator/Src/Common.h b/protocols/NewsAggregator/Src/Common.h index 63f436e667..470ee91f0e 100644 --- a/protocols/NewsAggregator/Src/Common.h +++ b/protocols/NewsAggregator/Src/Common.h @@ -107,12 +107,13 @@ VOID InitIcons(); HICON LoadIconEx(const char* name, BOOL big);
HANDLE GetIconHandle(const char* name);
INT_PTR NewsAggrGetName(WPARAM wParam, LPARAM lParam);
-INT_PTR NewsAggrGetCaps(WPARAM wp,LPARAM lp);
-INT_PTR NewsAggrSetStatus(WPARAM wp,LPARAM /*lp*/);
-INT_PTR NewsAggrGetStatus(WPARAM/* wp*/,LPARAM/* lp*/);
-INT_PTR NewsAggrLoadIcon(WPARAM wParam,LPARAM lParam);
-INT_PTR NewsAggrGetInfo(WPARAM wParam,LPARAM lParam);
-INT_PTR NewsAggrGetAvatarInfo(WPARAM wParam,LPARAM lParam);
+INT_PTR NewsAggrGetCaps(WPARAM wp, LPARAM lp);
+INT_PTR NewsAggrSetStatus(WPARAM wp, LPARAM /*lp*/);
+INT_PTR NewsAggrGetStatus(WPARAM/* wp*/, LPARAM/* lp*/);
+INT_PTR NewsAggrLoadIcon(WPARAM wParam, LPARAM lParam);
+INT_PTR NewsAggrGetInfo(WPARAM wParam, LPARAM lParam);
+INT_PTR NewsAggrGetAvatarInfo(WPARAM wParam, LPARAM lParam);
+INT_PTR NewsAggrRecvMessage(WPARAM wParam,LPARAM lParam);
INT_PTR CheckAllFeeds(WPARAM wParam,LPARAM lParam);
INT_PTR AddFeed(WPARAM wParam,LPARAM lParam);
|