diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2014-08-31 19:16:30 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2014-08-31 19:16:30 +0000 |
commit | 760f8d30226213cb615180b462fc266dca955451 (patch) | |
tree | b6e12ce1aa65d6ea18e81f9102250b5f57f92aaa /protocols/Tox/src/common.h | |
parent | 862c352908a9800c2721870e09a8decce5adc1da (diff) |
Tox:
- fox for crush on auth request
- some fixes in file transfer
git-svn-id: http://svn.miranda-ng.org/main/trunk@10350 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, 2 insertions, 0 deletions
diff --git a/protocols/Tox/src/common.h b/protocols/Tox/src/common.h index e7fd4ce733..9ee450e5c2 100644 --- a/protocols/Tox/src/common.h +++ b/protocols/Tox/src/common.h @@ -39,6 +39,8 @@ extern HINSTANCE g_hInstance; #define MODULE "Tox"
+#define TOX_ERROR -1
+
#define TOX_SETTINGS_ID "ToxID"
#define TOX_SETTINGS_GROUP "DefaultGroup"
|