diff options
author | MikalaiR <nikolay.romanovich@narod.ru> | 2015-04-16 12:32:43 +0000 |
---|---|---|
committer | MikalaiR <nikolay.romanovich@narod.ru> | 2015-04-16 12:32:43 +0000 |
commit | df2b29b854fedab0ea8fabf55e26a028f25584d3 (patch) | |
tree | c42f8777fefc9be467e34ce1fa36ce89abe3fd36 /protocols/SkypeWeb/SkypeWeb_10.vcxproj | |
parent | 09cbe83c2843be82c8b2ce50b2c67cda0c4dc38d (diff) |
SkypeWeb: Chats support part 2.
git-svn-id: http://svn.miranda-ng.org/main/trunk@12858 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/SkypeWeb/SkypeWeb_10.vcxproj')
-rw-r--r-- | protocols/SkypeWeb/SkypeWeb_10.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/SkypeWeb/SkypeWeb_10.vcxproj b/protocols/SkypeWeb/SkypeWeb_10.vcxproj index 4ae49d6b50..174b7791a6 100644 --- a/protocols/SkypeWeb/SkypeWeb_10.vcxproj +++ b/protocols/SkypeWeb/SkypeWeb_10.vcxproj @@ -202,6 +202,7 @@ <ClInclude Include="src\http_request.h" />
<ClInclude Include="src\requests\avatars.h" />
<ClInclude Include="src\requests\capabilities.h" />
+ <ClInclude Include="src\requests\chatrooms.h" />
<ClInclude Include="src\requests\contacts.h" />
<ClInclude Include="src\requests\endpoint.h" />
<ClInclude Include="src\requests\history.h" />
|