From 1eec1e5f5b57fb56fbfeb56fc57777153c14df82 Mon Sep 17 00:00:00 2001 From: Alexander Lantsev Date: Tue, 23 Sep 2014 20:28:25 +0000 Subject: Tox: avatars support part one git-svn-id: http://svn.miranda-ng.org/main/trunk@10568 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Tox/src/common.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'protocols/Tox/src/common.h') diff --git a/protocols/Tox/src/common.h b/protocols/Tox/src/common.h index 240b8817d7..fb36ce1557 100644 --- a/protocols/Tox/src/common.h +++ b/protocols/Tox/src/common.h @@ -29,6 +29,7 @@ #include #include #include +#include #include #include @@ -45,6 +46,7 @@ extern HINSTANCE g_hInstance; #define TOX_SETTINGS_ID "ToxID" #define TOX_SETTINGS_GROUP "DefaultGroup" +#define TOX_SETTINGS_AVATAR_HASH "AvatarHash" #define TOX_DB_EVENT_TYPE_ACTION 10001 -- cgit v1.2.3