diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2012-10-07 17:52:14 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2012-10-07 17:52:14 +0000 |
commit | 2439856505a634e770112b73dfce0b8733558e9c (patch) | |
tree | 352964c3f84f4ed31e5f30dc1b22815938c28236 /protocols/Skype/src/skype_proto.h | |
parent | 8d42163a160b263abf709414db8b973f74b4d355 (diff) |
- some minor fixes
git-svn-id: http://svn.miranda-ng.org/main/trunk@1807 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Skype/src/skype_proto.h')
-rw-r--r-- | protocols/Skype/src/skype_proto.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/protocols/Skype/src/skype_proto.h b/protocols/Skype/src/skype_proto.h index 3338a5e1ec..74bc4703c6 100644 --- a/protocols/Skype/src/skype_proto.h +++ b/protocols/Skype/src/skype_proto.h @@ -179,14 +179,15 @@ protected: void Log(const char* fmt, ...);
// services
- static LIST<HANDLE> serviceList;
+ static LIST<void> serviceList;
// icons
static _tag_iconList iconList[];
// menu
+ static HANDLE hChooserMenu;
static HANDLE hPrebuildMenuHook;
-
+ static INT_PTR MenuChooseService(WPARAM wParam, LPARAM lParam);
int OnPrebuildContactMenu(WPARAM wParam, LPARAM);
// database
|