diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2013-06-03 20:54:43 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2013-06-03 20:54:43 +0000 |
commit | 0ad4fffb15944d82febdcec80ef920cd400d8169 (patch) | |
tree | f663a50d2c7311cf9a2eaa52ffd2c3fde30d3f21 /protocols/Skype/Skype_11.vcxproj | |
parent | 5e3b2449340245febd68b79c148a5ca3fd95336a (diff) |
- use core base64 funcs
- few changes in group chat
git-svn-id: http://svn.miranda-ng.org/main/trunk@4876 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Skype/Skype_11.vcxproj')
-rw-r--r-- | protocols/Skype/Skype_11.vcxproj | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/protocols/Skype/Skype_11.vcxproj b/protocols/Skype/Skype_11.vcxproj index 25b8272c7f..32b126ac9a 100644 --- a/protocols/Skype/Skype_11.vcxproj +++ b/protocols/Skype/Skype_11.vcxproj @@ -188,7 +188,6 @@ </ItemDefinitionGroup>
<ItemGroup>
<ClInclude Include="src\aes\aes.h" />
- <ClInclude Include="src\base64\base64.h" />
<ClInclude Include="src\skype.h" />
<ClInclude Include="src\skypekit\account.h" />
<ClInclude Include="src\skypekit\common.h" />
@@ -207,7 +206,6 @@ </ItemGroup>
<ItemGroup>
<ClCompile Include="src\aes\aes.cpp" />
- <ClCompile Include="src\base64\base64.cpp" />
<ClCompile Include="src\skype.cpp" />
<ClCompile Include="src\skypekit\account.cpp" />
<ClCompile Include="src\skypekit\contact.cpp" />
|