From abe9d0be8881fe59c0d55ecaa50446ae784e4f44 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 21 Jan 2014 13:35:02 +0000 Subject: chat init must be done inside ME_SYSTEM_MODULESLOADED git-svn-id: http://svn.miranda-ng.org/main/trunk@7810 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/WhatsApp/src/proto.h | 1 + 1 file changed, 1 insertion(+) (limited to 'protocols/WhatsApp/src/proto.h') diff --git a/protocols/WhatsApp/src/proto.h b/protocols/WhatsApp/src/proto.h index 0afa3e3a55..d8bdab70a6 100644 --- a/protocols/WhatsApp/src/proto.h +++ b/protocols/WhatsApp/src/proto.h @@ -86,6 +86,7 @@ public: INT_PTR __cdecl OnLeaveChat(WPARAM, LPARAM); INT_PTR __cdecl OnCreateGroup(WPARAM,LPARAM); int __cdecl OnOptionsInit(WPARAM, LPARAM); + int __cdecl OnModulesLoaded(WPARAM, LPARAM); int __cdecl RefreshBuddyList(WPARAM, LPARAM); int __cdecl RequestFriendship(WPARAM, LPARAM); -- cgit v1.2.3