diff options
Diffstat (limited to 'protocols/Tox/src/common.h')
-rw-r--r-- | protocols/Tox/src/common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/Tox/src/common.h b/protocols/Tox/src/common.h index 7c5e3a71fc..2bdfc3a657 100644 --- a/protocols/Tox/src/common.h +++ b/protocols/Tox/src/common.h @@ -52,6 +52,8 @@ extern HINSTANCE g_hInstance; #define TOX_DB_EVENT_TYPE_ACTION 10001
+#define TOX_FILE_BLOCK_SIZE 1024 * 1024
+
extern HMODULE g_hToxLibrary;
template<typename T>
|