diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2016-04-28 13:14:07 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2016-04-28 13:14:07 +0000 |
commit | 71dc907c4f7bac0cb099a3006e14b88842065e9a (patch) | |
tree | c574a893a688e8c4b7603d7c1f197f83582ab204 /protocols/Tox/src/stdafx.h | |
parent | 57efb887b79a79dca57e940aa1976dbf9b2bde31 (diff) |
Tox: loading nodes from json
git-svn-id: http://svn.miranda-ng.org/main/trunk@16788 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Tox/src/stdafx.h')
-rw-r--r-- | protocols/Tox/src/stdafx.h | 4 |
1 files changed, 4 insertions, 0 deletions
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 <m_gui.h>
#include <m_folders.h>
#include <m_assocmgr.h>
+#include <m_json.h>
#include <tox.h>
#include <ToxAV.h>
@@ -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"
|