summaryrefslogtreecommitdiff
path: root/protocols/WhatsApp/src/proto.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2013-07-09 16:04:29 +0000
committerGeorge Hazan <george.hazan@gmail.com>2013-07-09 16:04:29 +0000
commitd5d717d422bebddd058522931de4653389861a92 (patch)
treeb476b62e7991e5a23a28e3029288df90a413dd4d /protocols/WhatsApp/src/proto.h
parente52132834312c3d956323650f4fa34e94b95325e (diff)
also custom stubs removed
git-svn-id: http://svn.miranda-ng.org/main/trunk@5299 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/WhatsApp/src/proto.h')
-rw-r--r--protocols/WhatsApp/src/proto.h11
1 files changed, 6 insertions, 5 deletions
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);