summaryrefslogtreecommitdiff
path: root/protocols/SkypeWeb/src/skype_chatrooms.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/SkypeWeb/src/skype_chatrooms.cpp')
-rw-r--r--protocols/SkypeWeb/src/skype_chatrooms.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/protocols/SkypeWeb/src/skype_chatrooms.cpp b/protocols/SkypeWeb/src/skype_chatrooms.cpp
index 29be01d500..e3e835ddb1 100644
--- a/protocols/SkypeWeb/src/skype_chatrooms.cpp
+++ b/protocols/SkypeWeb/src/skype_chatrooms.cpp
@@ -131,7 +131,7 @@ void CSkypeProto::StartChatRoom(MCONTACT hChatRoom, bool showWindow)
}
-int CSkypeProto::OnGroupChatMenuHook(MCONTACT, LPARAM lParam)
+int CSkypeProto::OnGroupChatMenuHook(WPARAM, LPARAM lParam)
{
GCMENUITEMS *gcmi = (GCMENUITEMS*)lParam;
if (stricmp(gcmi->pszModule, m_szModuleName) != 0)
@@ -141,7 +141,7 @@ int CSkypeProto::OnGroupChatMenuHook(MCONTACT, LPARAM lParam)
return 0;
}
-INT_PTR CSkypeProto::OnJoinChatRoom(MCONTACT hContact, LPARAM)
+INT_PTR CSkypeProto::OnJoinChatRoom(WPARAM hContact, LPARAM)
{
if (hContact)
{
@@ -149,7 +149,7 @@ INT_PTR CSkypeProto::OnJoinChatRoom(MCONTACT hContact, LPARAM)
return 0;
}
-INT_PTR CSkypeProto::OnLeaveChatRoom(MCONTACT hContact, LPARAM)
+INT_PTR CSkypeProto::OnLeaveChatRoom(WPARAM hContact, LPARAM)
{
if (hContact)
{
@@ -167,7 +167,7 @@ void CSkypeProto::OnChatEvent(JSONNODE *node)
ptrA from(mir_t2a(ptrT(json_as_string(json_get(node, "from")))));
ptrT composeTime(json_as_string(json_get(node, "composetime")));
- time_t timestamp = IsoToUnixTime(composeTime);
+ //time_t timestamp = IsoToUnixTime(composeTime);
ptrA content(mir_t2a(ptrT(json_as_string(json_get(node, "content")))));
//int emoteOffset = json_as_int(json_get(node, "skypeemoteoffset"));