diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2014-02-19 19:07:45 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2014-02-19 19:07:45 +0000 |
commit | fc46c19a61d26fb610d173bb8fc5420eea966caa (patch) | |
tree | 0d388af6d8a53eb4ef56dcdb96fe44d56bccb63d /plugins/Dropbox/Dropbox_11.vcxproj | |
parent | 3ced66e7eac9a8a0867073553db2b2bd74729b09 (diff) |
Dropbox:
- global object replaced by singleton
- added ability to upload folders
git-svn-id: http://svn.miranda-ng.org/main/trunk@8183 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Dropbox/Dropbox_11.vcxproj')
-rw-r--r-- | plugins/Dropbox/Dropbox_11.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Dropbox/Dropbox_11.vcxproj b/plugins/Dropbox/Dropbox_11.vcxproj index 8f52177702..86a93e74c5 100644 --- a/plugins/Dropbox/Dropbox_11.vcxproj +++ b/plugins/Dropbox/Dropbox_11.vcxproj @@ -190,6 +190,7 @@ <ClInclude Include="src\dropbox.h" />
<ClInclude Include="src\http_request.h" />
<ClInclude Include="src\resource.h" />
+ <ClInclude Include="src\singleton.h" />
<ClInclude Include="src\version.h" />
</ItemGroup>
<ItemGroup>
|