diff options
author | WiSo <wiso@xbmc.org> | 2014-02-08 18:32:50 +0100 |
---|---|---|
committer | WiSo <wiso@xbmc.org> | 2014-02-23 13:20:03 +0100 |
commit | ce69e5e2010b9eb0187f023bebfce3b5fe69da41 (patch) | |
tree | 070455f7c58eae7da10d1f88ebab92948607d605 /project | |
parent | d4c0cd9badfccbf51c72fcbcc4cc3b6223b2a49f (diff) |
[WIN32] basic implementation of a IMMNotificationClient interface to notify XBMC in case of 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 |