diff options
Diffstat (limited to 'protocols/Tox/src/common.h')
-rw-r--r-- | protocols/Tox/src/common.h | 4 |
1 files changed, 3 insertions, 1 deletions
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 <m_folders.h>
#include <tox.h>
+#include <toxav.h>
#include <toxdns.h>
#include <toxencryptsave.h>
-#include <toxav.h>
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"
|