diff options
author | wsoltys <wiso@no.way> | 2013-04-05 17:43:18 +0200 |
---|---|---|
committer | wsoltys <wiso@no.way> | 2013-04-05 17:43:18 +0200 |
commit | f87ee55baafa0eb3532fb44692781a0217e79506 (patch) | |
tree | cbf1fb12e224418990820dc904876f6e2102ffd1 /project/VS2010Express | |
parent | 7594040ca6bed768c30bdf7718b5e16820275d3b (diff) |
[WIN32] replace old dirent emulation to a more complete one. Even though I can't find where its still in use I feel better with a working solution.
Diffstat (limited to 'project/VS2010Express')
-rw-r--r-- | project/VS2010Express/XBMC.vcxproj | 2 | ||||
-rw-r--r-- | project/VS2010Express/XBMC.vcxproj.filters | 6 |
2 files changed, 0 insertions, 8 deletions
diff --git a/project/VS2010Express/XBMC.vcxproj b/project/VS2010Express/XBMC.vcxproj index 0493f5bdb9..526877f25b 100644 --- a/project/VS2010Express/XBMC.vcxproj +++ b/project/VS2010Express/XBMC.vcxproj @@ -1798,7 +1798,6 @@ <ClCompile Include="..\..\xbmc\cores\DllLoader\exports\emu_dummy.cpp" /> <ClCompile Include="..\..\xbmc\cores\DllLoader\exports\emu_kernel32.cpp" /> <ClCompile Include="..\..\xbmc\cores\DllLoader\exports\emu_msvcrt.cpp" /> - <ClCompile Include="..\..\xbmc\cores\DllLoader\exports\win32-dirent.cpp" /> <ClCompile Include="..\..\xbmc\cores\DllLoader\exports\emu_socket\inet_aton.c"> <CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug (DirectX)|Win32'">CompileAsCpp</CompileAs> <CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug Testsuite|Win32'">CompileAsCpp</CompileAs> @@ -2668,7 +2667,6 @@ <ClInclude Include="..\..\xbmc\cores\DllLoader\exports\emu_dummy.h" /> <ClInclude Include="..\..\xbmc\cores\DllLoader\exports\emu_kernel32.h" /> <ClInclude Include="..\..\xbmc\cores\DllLoader\exports\emu_msvcrt.h" /> - <ClInclude Include="..\..\xbmc\cores\DllLoader\exports\win32-dirent.h" /> <ClInclude Include="..\..\xbmc\cores\DllLoader\exports\emu_socket\emu_socket.h" /> <ClInclude Include="..\..\xbmc\cores\DllLoader\exports\util\EmuFileWrapper.h" /> <ClInclude Include="..\..\xbmc\cores\VideoRenderers\BaseRenderer.h" /> diff --git a/project/VS2010Express/XBMC.vcxproj.filters b/project/VS2010Express/XBMC.vcxproj.filters index e66cf60dc7..f1379797dc 100644 --- a/project/VS2010Express/XBMC.vcxproj.filters +++ b/project/VS2010Express/XBMC.vcxproj.filters @@ -600,9 +600,6 @@ <ClCompile Include="..\..\xbmc\cores\DllLoader\exports\emu_msvcrt.cpp"> <Filter>cores\DllLoader\exports</Filter> </ClCompile> - <ClCompile Include="..\..\xbmc\cores\DllLoader\exports\win32-dirent.cpp"> - <Filter>cores\DllLoader\exports</Filter> - </ClCompile> <ClCompile Include="..\..\xbmc\cores\DllLoader\exports\emu_socket\inet_aton.c"> <Filter>cores\DllLoader\exports\emu_socket</Filter> </ClCompile> @@ -3428,9 +3425,6 @@ <ClInclude Include="..\..\xbmc\cores\DllLoader\exports\emu_msvcrt.h"> <Filter>cores\DllLoader\exports</Filter> </ClInclude> - <ClInclude Include="..\..\xbmc\cores\DllLoader\exports\win32-dirent.h"> - <Filter>cores\DllLoader\exports</Filter> - </ClInclude> <ClInclude Include="..\..\xbmc\cores\DllLoader\exports\emu_socket\emu_socket.h"> <Filter>cores\DllLoader\exports\emu_socket</Filter> </ClInclude> |