diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2015-05-16 19:48:58 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2015-05-16 19:48:58 +0000 |
commit | d5ccefb48ac1818e9e8c5700aa019d17892d933b (patch) | |
tree | 627c94545552ec4eddae7f883c59980d9db7cdf5 /protocols/Tox/src/stdafx.h | |
parent | c286424ea035f96133fc17f98710cdd905023364 (diff) |
Tox: avatars tuning
git-svn-id: http://svn.miranda-ng.org/main/trunk@13655 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Tox/src/stdafx.h')
-rw-r--r-- | protocols/Tox/src/stdafx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Tox/src/stdafx.h b/protocols/Tox/src/stdafx.h index be70a8bf6b..c9470524b2 100644 --- a/protocols/Tox/src/stdafx.h +++ b/protocols/Tox/src/stdafx.h @@ -94,7 +94,7 @@ enum TOX_DB_EVENT #define PSR_AUDIO "/RecvAudio"
-#define TOX_MAX_AVATAR_SIZE 1024 * 1024
+#define TOX_MAX_AVATAR_SIZE 1 << 16 // 2 ^ 16 bytes
extern HMODULE g_hToxLibrary;
|