From d5d717d422bebddd058522931de4653389861a92 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 9 Jul 2013 16:04:29 +0000 Subject: also custom stubs removed git-svn-id: http://svn.miranda-ng.org/main/trunk@5299 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/WhatsApp/src/proto.h | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'protocols/WhatsApp/src/proto.h') diff --git a/protocols/WhatsApp/src/proto.h b/protocols/WhatsApp/src/proto.h index d8365501cc..a143922df5 100644 --- a/protocols/WhatsApp/src/proto.h +++ b/protocols/WhatsApp/src/proto.h @@ -81,16 +81,17 @@ public: //////////////////////// // Services - int __cdecl SvcCreateAccMgrUI( WPARAM, LPARAM); - int __cdecl RefreshBuddyList(WPARAM, LPARAM); + INT_PTR __cdecl SvcCreateAccMgrUI( WPARAM, LPARAM); + INT_PTR __cdecl OnJoinChat(WPARAM, LPARAM); + INT_PTR __cdecl OnLeaveChat(WPARAM, LPARAM); + INT_PTR __cdecl OnCreateGroup(WPARAM,LPARAM); + + int __cdecl RefreshBuddyList(WPARAM, LPARAM); int __cdecl RequestFriendship(WPARAM, LPARAM); - int __cdecl OnJoinChat(WPARAM, LPARAM); - int __cdecl OnLeaveChat(WPARAM, LPARAM); // Events int __cdecl OnBuildStatusMenu(WPARAM,LPARAM); int __cdecl OnChatOutgoing(WPARAM,LPARAM); - int __cdecl OnCreateGroup(WPARAM,LPARAM); int __cdecl OnPrebuildContactMenu(WPARAM,LPARAM); INT_PTR __cdecl OnAddContactToGroup(WPARAM, LPARAM, LPARAM); -- cgit v1.2.3