diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2013-04-27 14:02:03 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2013-04-27 14:02:03 +0000 |
commit | 7c8a36e9dd320eb7e14da8fdb7875ff087b5d603 (patch) | |
tree | 197ab1fce765e898218fa6845411dc0df86acaaa /protocols/Skype/Skype_10.vcxproj | |
parent | 81068651df147a3369a740008f326b5168cb19a6 (diff) |
- some fixes in chats
- code reorganizing
git-svn-id: http://svn.miranda-ng.org/main/trunk@4554 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Skype/Skype_10.vcxproj')
-rw-r--r-- | protocols/Skype/Skype_10.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/Skype/Skype_10.vcxproj b/protocols/Skype/Skype_10.vcxproj index 398ac252ff..a213b0e6d3 100644 --- a/protocols/Skype/Skype_10.vcxproj +++ b/protocols/Skype/Skype_10.vcxproj @@ -195,6 +195,7 @@ <ClInclude Include="src\skypekit\skypekit.h" />
<ClInclude Include="src\skypekit\transfer.h" />
<ClInclude Include="src\skype_proto.h" />
+ <ClInclude Include="src\string_list.h" />
<ClInclude Include="src\version.h" />
<ClInclude Include="src\resource.h" />
</ItemGroup>
|