diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2015-05-26 19:15:20 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2015-05-26 19:15:20 +0000 |
commit | ab75f8e4a3968c956425844415237a4fa6fcee63 (patch) | |
tree | df2c209dd0197dc3085546606b0581d63f9114ad /protocols/Steam/Steam.vcxproj | |
parent | 4e9e885747b2037c81ce809f7f6505f8bc8b0e2f (diff) |
Steam: merge new api
git-svn-id: http://svn.miranda-ng.org/main/trunk@13850 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Steam/Steam.vcxproj')
-rw-r--r-- | protocols/Steam/Steam.vcxproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Steam/Steam.vcxproj b/protocols/Steam/Steam.vcxproj index 31586f4d5d..34d9a391f9 100644 --- a/protocols/Steam/Steam.vcxproj +++ b/protocols/Steam/Steam.vcxproj @@ -26,7 +26,7 @@ <Import Project="$(ProjectDir)..\..\build\vc.common\common.props" />
</ImportGroup>
<ItemGroup>
- <ClInclude Include="src\Steam\*.h" />
+ <ClInclude Include="src\api\*.h" />
<None Include="res\*.ico" />
</ItemGroup>
<ItemDefinitionGroup>
|