From 5da95c8f396b7ac716f7ea61c9d8c5a0eee7e1ec Mon Sep 17 00:00:00 2001 From: Alexander Lantsev Date: Tue, 14 Apr 2015 17:55:10 +0000 Subject: Tox: first approach for audio support git-svn-id: http://svn.miranda-ng.org/main/trunk@12824 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Tox/src/common.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'protocols/Tox/src/common.h') diff --git a/protocols/Tox/src/common.h b/protocols/Tox/src/common.h index ae093169bf..ba70f43c92 100644 --- a/protocols/Tox/src/common.h +++ b/protocols/Tox/src/common.h @@ -38,9 +38,9 @@ #include #include +#include #include #include -#include struct CToxProto; @@ -64,6 +64,8 @@ extern HINSTANCE g_hInstance; #define TOX_MAX_CONNECT_RETRIES 300 #define TOX_MAX_DISCONNECT_RETRIES 300 +#define TOX_MAX_CALLS 1 + #define TOX_INI_PATH "%miranda_path%\\Plugins\\tox.ini" #define TOX_SETTINGS_ID "ToxID" -- cgit v1.2.3