diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2014-08-18 21:02:24 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2014-08-18 21:02:24 +0000 |
commit | a93391bc7442c024d5e795e207b8422883e7bfdf (patch) | |
tree | 62226bdafa41fd80ab7122fd8ed67fbb71a29ef5 /protocols/Tox/src/common.h | |
parent | e39da35942db7d2bd7c192336f4d3c33e44d0ba4 (diff) |
Tox:
- save our id in database
- first approach of user info support
git-svn-id: http://svn.miranda-ng.org/main/trunk@10233 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Tox/src/common.h')
-rw-r--r-- | protocols/Tox/src/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Tox/src/common.h b/protocols/Tox/src/common.h index d47f2401bf..745216b542 100644 --- a/protocols/Tox/src/common.h +++ b/protocols/Tox/src/common.h @@ -23,6 +23,7 @@ #include <m_netlib.h>
#include <m_popup.h>
#include <m_icolib.h>
+#include <m_userinfo.h>
#include "tox\tox.h"
@@ -35,7 +36,6 @@ extern HINSTANCE g_hInstance; #define MODULE "Tox"
#define TOX_SETTINGS_ID "ToxID"
-#define TOX_SETTINGS_ADDRES "ToxAddress"
#define TOX_SETTINGS_GROUP "DefaultGroup"
#endif //_COMMON_H_
\ No newline at end of file |