diff options
author | Jim Carroll <thecarrolls@jiminger.com> | 2013-08-24 21:57:40 -0400 |
---|---|---|
committer | Jim Carroll <thecarrolls@jiminger.com> | 2013-08-24 23:25:32 -0400 |
commit | 76fe1512e6abfa2580dbd6cf796fddca2f43ae1f (patch) | |
tree | 9a2345e8748e1c846f76203c75641a29190b33f9 /project | |
parent | 49e9127aaa1336ff5cd143092d01ef203ecb51c4 (diff) |
Remove the Xp specific threading code.
Diffstat (limited to 'project')
-rw-r--r-- | project/VS2010Express/XbmcThreads.vcxproj | 1 | ||||
-rw-r--r-- | project/VS2010Express/XbmcThreads.vcxproj.filters | 3 |
2 files changed, 0 insertions, 4 deletions
diff --git a/project/VS2010Express/XbmcThreads.vcxproj b/project/VS2010Express/XbmcThreads.vcxproj index 0741ef4e30..1cb9110269 100644 --- a/project/VS2010Express/XbmcThreads.vcxproj +++ b/project/VS2010Express/XbmcThreads.vcxproj @@ -19,7 +19,6 @@ <ClInclude Include="..\..\xbmc\threads\platform\win\ThreadImpl.cpp" /> <ClInclude Include="..\..\xbmc\threads\platform\ThreadImpl.cpp" /> <ClCompile Include="..\..\xbmc\threads\platform\Implementation.cpp" /> - <ClInclude Include="..\..\xbmc\threads\platform\win\Implementation.cpp" /> <ClCompile Include="..\..\xbmc\threads\platform\win\Win32Exception.cpp" /> <ClCompile Include="..\..\xbmc\threads\SystemClock.cpp" /> <ClCompile Include="..\..\xbmc\threads\Thread.cpp" /> diff --git a/project/VS2010Express/XbmcThreads.vcxproj.filters b/project/VS2010Express/XbmcThreads.vcxproj.filters index 843fd3a331..ba6170653d 100644 --- a/project/VS2010Express/XbmcThreads.vcxproj.filters +++ b/project/VS2010Express/XbmcThreads.vcxproj.filters @@ -58,9 +58,6 @@ <ClInclude Include="..\..\xbmc\threads\platform\ThreadImpl.cpp"> <Filter>platform</Filter> </ClInclude> - <ClInclude Include="..\..\xbmc\threads\platform\win\Implementation.cpp"> - <Filter>platform\win</Filter> - </ClInclude> <ClInclude Include="..\..\xbmc\threads\platform\win\Win32Exception.h"> <Filter>platform\win</Filter> </ClInclude> |