From 71dc907c4f7bac0cb099a3006e14b88842065e9a Mon Sep 17 00:00:00 2001 From: Alexander Lantsev Date: Thu, 28 Apr 2016 13:14:07 +0000 Subject: Tox: loading nodes from json git-svn-id: http://svn.miranda-ng.org/main/trunk@16788 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Tox/src/stdafx.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'protocols/Tox/src/stdafx.h') diff --git a/protocols/Tox/src/stdafx.h b/protocols/Tox/src/stdafx.h index 9433293742..21a3f7fa2a 100644 --- a/protocols/Tox/src/stdafx.h +++ b/protocols/Tox/src/stdafx.h @@ -41,6 +41,7 @@ DEFINE_PROPERTYKEY(PKEY_Device_FriendlyName, 0xa45c254e, 0xdf1c, 0x4efd, 0x80, 0 #include #include #include +#include #include #include @@ -63,6 +64,8 @@ struct CToxProto; #include "tox_chatrooms.h" #include "tox_proto.h" +#include "http_request.h" + extern HINSTANCE g_hInstance; #define MODULE "Tox" @@ -75,6 +78,7 @@ extern HINSTANCE g_hInstance; #define TOX_MAX_CALLS 1 #define TOX_INI_PATH "%miranda_path%\\Plugins\\tox.ini" +#define TOX_JSON_PATH "%miranda_path%\\Plugins\\tox.json" #define TOX_SETTINGS_ID "ToxID" #define TOX_SETTINGS_DNS "DnsID" -- cgit v1.2.3