From f2dcf0c403d9083ec794376ba690d79727a6d318 Mon Sep 17 00:00:00 2001 From: Alexander Lantsev Date: Wed, 15 Apr 2015 21:29:20 +0000 Subject: Tox: audio support pt.3 git-svn-id: http://svn.miranda-ng.org/main/trunk@12850 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Tox/src/tox_chatrooms.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'protocols/Tox/src/tox_chatrooms.h') diff --git a/protocols/Tox/src/tox_chatrooms.h b/protocols/Tox/src/tox_chatrooms.h index 0f51a7391e..419b26bacd 100644 --- a/protocols/Tox/src/tox_chatrooms.h +++ b/protocols/Tox/src/tox_chatrooms.h @@ -1,6 +1,8 @@ #ifndef _TOX_CHATROOMS_H_ #define _TOX_CHATROOMS_H_ +#define WM_AUDIO_END (WM_PROTO_LAST + 100) + struct ChatRoomInviteParam { CToxProto *proto; -- cgit v1.2.3