aboutsummaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorMartin van Beurden <chadoe@xbmc.org>2011-08-06 20:21:58 +0200
committerMartin van Beurden <chadoe@xbmc.org>2011-08-06 20:21:58 +0200
commit739c323f0b991854df4304543536a4154c77a8a7 (patch)
tree0b663a51ea72fbc3a2c3590da68d51f4eb9d4db9 /project
parent79731d42a21450ab3e4b7f58044fa960cfeaf104 (diff)
[WIN32] removed platform.select.h from xbmc projectfile
Diffstat (limited to 'project')
-rw-r--r--project/VS2010Express/XBMC.vcxproj1
-rw-r--r--project/VS2010Express/XBMC.vcxproj.filters3
2 files changed, 0 insertions, 4 deletions
diff --git a/project/VS2010Express/XBMC.vcxproj b/project/VS2010Express/XBMC.vcxproj
index 0d4b0fc1f6..79b4f36c2f 100644
--- a/project/VS2010Express/XBMC.vcxproj
+++ b/project/VS2010Express/XBMC.vcxproj
@@ -1577,7 +1577,6 @@
<ClInclude Include="..\..\xbmc\threads\LockFree.h" />
<ClInclude Include="..\..\xbmc\threads\platform\Condition.h" />
<ClInclude Include="..\..\xbmc\threads\platform\CriticalSection.h" />
- <ClInclude Include="..\..\xbmc\threads\platform\platform.select.h" />
<ClInclude Include="..\..\xbmc\threads\platform\ThreadLocal.h" />
<ClInclude Include="..\..\xbmc\threads\platform\win\Condition.h" />
<ClInclude Include="..\..\xbmc\threads\platform\win\CriticalSection.h" />
diff --git a/project/VS2010Express/XBMC.vcxproj.filters b/project/VS2010Express/XBMC.vcxproj.filters
index 9317de8b61..c1c9b61279 100644
--- a/project/VS2010Express/XBMC.vcxproj.filters
+++ b/project/VS2010Express/XBMC.vcxproj.filters
@@ -4993,9 +4993,6 @@
<ClInclude Include="..\..\xbmc\threads\platform\win\ThreadLocal.h">
<Filter>threads\platform\win</Filter>
</ClInclude>
- <ClInclude Include="..\..\xbmc\threads\platform\platform.select.h">
- <Filter>threads\platform</Filter>
- </ClInclude>
<ClInclude Include="..\..\xbmc\threads\SystemClock.h">
<Filter>threads</Filter>
</ClInclude>