diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2015-04-20 19:05:33 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2015-04-20 19:05:33 +0000 |
commit | 895b9e0ea5191b67d3f39406c9eae15ccde056ef (patch) | |
tree | 333842d092469028fd5480f20775c7e911ccc79c /protocols/SkypeWeb/src/skype_proto.h | |
parent | 9f72727a540efb421433105bbae65065206ebc52 (diff) |
SkypeWeb: fixed parseing uri hook
git-svn-id: http://svn.miranda-ng.org/main/trunk@12984 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/SkypeWeb/src/skype_proto.h')
-rw-r--r-- | protocols/SkypeWeb/src/skype_proto.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/protocols/SkypeWeb/src/skype_proto.h b/protocols/SkypeWeb/src/skype_proto.h index 8043b87a7c..4e01934d88 100644 --- a/protocols/SkypeWeb/src/skype_proto.h +++ b/protocols/SkypeWeb/src/skype_proto.h @@ -277,7 +277,8 @@ private: char *SelfUrlToName(const char *url);
char *GetServerFromUrl(const char *url);
- INT_PTR __cdecl CSkypeProto::ParseSkypeURIService(WPARAM, LPARAM lParam);
+ INT_PTR __cdecl ParseSkypeUriService(WPARAM, LPARAM lParam);
+ static INT_PTR __cdecl GlobalParseSkypeUriService(WPARAM, LPARAM lParam);
template<INT_PTR(__cdecl CSkypeProto::*Service)(WPARAM, LPARAM)>
static INT_PTR __cdecl GlobalService(WPARAM wParam, LPARAM lParam)
|