diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2014-03-09 20:30:05 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2014-03-09 20:30:05 +0000 |
commit | bc53983ca355f2d4aa73cffb8dee68e7b7cba585 (patch) | |
tree | a657ca590268dd218a6ba292c8917810932d3d7b /plugins/Dropbox/Dropbox_10.vcxproj | |
parent | 3bdbd608284853f05acdf137013de71efd915499 (diff) |
MSVS 2010 compilation fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@8528 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Dropbox/Dropbox_10.vcxproj')
-rw-r--r-- | plugins/Dropbox/Dropbox_10.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Dropbox/Dropbox_10.vcxproj b/plugins/Dropbox/Dropbox_10.vcxproj index 0c0eb39f10..bb054080cd 100644 --- a/plugins/Dropbox/Dropbox_10.vcxproj +++ b/plugins/Dropbox/Dropbox_10.vcxproj @@ -188,6 +188,7 @@ <ClInclude Include="src\dropbox.h" />
<ClInclude Include="src\file_transfer.h" />
<ClInclude Include="src\http_request.h" />
+ <ClInclude Include="src\m_dropbox.h" />
<ClInclude Include="src\resource.h" />
<ClInclude Include="src\version.h" />
</ItemGroup>
|