diff options
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;
|