diff options
author | wsoltys <wiso@xbmc.org> | 2014-02-23 20:21:22 +0100 |
---|---|---|
committer | wsoltys <wiso@xbmc.org> | 2014-02-23 20:21:22 +0100 |
commit | 5cd0164959ce73c6fa707b8ec5ae7c4c7c128fd4 (patch) | |
tree | 2ef005bbc00114da87928d92a509b470e87584a2 /project | |
parent | 4bb0032916fb143d7dc1576b132d41455bb3f101 (diff) | |
parent | 7ef6f719b44234338874ca7f6221ee5be8ed6d5c (diff) |
Merge pull request #4257 from wsoltys/notify
[WIN32] hook up CAEFactory::DeviceChange() to audio device changes
Diffstat (limited to 'project')
-rw-r--r-- | project/VS2010Express/XBMC.vcxproj | 3 | ||||
-rw-r--r-- | project/VS2010Express/XBMC.vcxproj.filters | 5 |
2 files changed, 6 insertions, 2 deletions
diff --git a/project/VS2010Express/XBMC.vcxproj b/project/VS2010Express/XBMC.vcxproj index adc3f99374..0b1c0c62ad 100644 --- a/project/VS2010Express/XBMC.vcxproj +++ b/project/VS2010Express/XBMC.vcxproj @@ -2487,6 +2487,7 @@ <ClInclude Include="..\..\xbmc\view\ViewDatabase.h" /> <ClInclude Include="..\..\xbmc\view\ViewState.h" /> <ClInclude Include="..\..\xbmc\view\ViewStateSettings.h" /> + <ClInclude Include="..\..\xbmc\win32\IMMNotificationClient.h" /> <ClInclude Include="..\..\xbmc\win32\pch.h" /> <ClInclude Include="..\..\xbmc\win32\PlatformDefs.h" /> <ClInclude Include="..\..\xbmc\XBDateTime.h" /> @@ -2916,4 +2917,4 @@ </VisualStudio> </ProjectExtensions> <Import Project="$(SolutionDir)\$(ProjectFileName).targets.user" Condition="Exists('$(SolutionDir)\$(ProjectFileName).targets.user')" /> -</Project> +</Project>
\ No newline at end of file diff --git a/project/VS2010Express/XBMC.vcxproj.filters b/project/VS2010Express/XBMC.vcxproj.filters index f994d65f96..829f0531d7 100644 --- a/project/VS2010Express/XBMC.vcxproj.filters +++ b/project/VS2010Express/XBMC.vcxproj.filters @@ -6112,6 +6112,9 @@ <ClInclude Include="..\..\xbmc\utils\XSLTUtils.h"> <Filter>utils</Filter> </ClInclude> + <ClInclude Include="..\..\xbmc\win32\IMMNotificationClient.h"> + <Filter>win32</Filter> + </ClInclude> </ItemGroup> <ItemGroup> <ResourceCompile Include="..\..\xbmc\win32\XBMC_PC.rc"> @@ -6141,4 +6144,4 @@ <Filter>interfaces\swig</Filter> </None> </ItemGroup> -</Project> +</Project>
\ No newline at end of file |