diff options
author | George Hazan <george.hazan@gmail.com> | 2013-10-05 21:46:05 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-10-05 21:46:05 +0000 |
commit | b8283f989e1d0a5d623f7f57c89c1499618158c4 (patch) | |
tree | f096e09089027b5e1f85669359c8117865f3a570 /protocols/VKontakte/vk_10.vcxproj | |
parent | 3a686f86c91cb428e6c8f4534f7d2b72054ecf38 (diff) |
VK:
- SetStatus implementation;
- worker thread
git-svn-id: http://svn.miranda-ng.org/main/trunk@6360 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/VKontakte/vk_10.vcxproj')
-rw-r--r-- | protocols/VKontakte/vk_10.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/VKontakte/vk_10.vcxproj b/protocols/VKontakte/vk_10.vcxproj index 731d00cb26..721069ae12 100644 --- a/protocols/VKontakte/vk_10.vcxproj +++ b/protocols/VKontakte/vk_10.vcxproj @@ -176,6 +176,7 @@ </ClCompile>
<ClCompile Include="src\vk_options.cpp" />
<ClCompile Include="src\vk_proto.cpp" />
+ <ClCompile Include="src\vk_thread.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="src\resource.h" />
|