diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2014-08-07 15:02:07 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2014-08-07 15:02:07 +0000 |
commit | c7d9d3aa9c2f9ea155485bbdd03b031864cf3732 (patch) | |
tree | 12824701fff66356c4e69ac98e07ad29767e1854 /protocols/Tox/src/common.h | |
parent | fb965eed3e69be19df996ca9601e6a90e90ee6af (diff) |
libtox update
added libtox x64
projects cleanup
added dll to lib converter
git-svn-id: http://svn.miranda-ng.org/main/trunk@10120 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 f27fc74af8..04d3106560 100644 --- a/protocols/Tox/src/common.h +++ b/protocols/Tox/src/common.h @@ -16,7 +16,7 @@ #include "version.h"
#include "resource.h"
-#include "..\include\tox\tox.h"
+#include "tox\tox.h"
extern HINSTANCE g_hInstance;
|