diff options
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
|