Change d3d_wrapper.c to d3d_wrapper.cpp

This commit is contained in:
twinaphex 2014-09-13 19:40:12 +02:00
parent f3cd7f8fe4
commit 45fc487b95
3 changed files with 3 additions and 3 deletions

View File

@ -224,7 +224,7 @@ VIDEO DRIVER
#endif
#ifdef _XBOX
#include "../gfx/d3d9/d3d_wrapper.c"
#include "../gfx/d3d9/d3d_wrapper.cpp"
#include "../gfx/d3d9/d3d.cpp"
#endif

View File

@ -237,7 +237,7 @@
<ClCompile Include="..\..\deps\rzlib\unzip.c" />
<ClCompile Include="..\..\deps\rzlib\zutil.c" />
<ClCompile Include="..\..\file_extract.c" />
<ClCompile Include="..\..\gfx\d3d9\d3d_wrapper.c" />
<ClCompile Include="..\..\gfx\d3d9\d3d_wrapper.cpp" />
<ClCompile Include="..\..\playlist.c" />
<ClCompile Include="..\..\file_list.c" />
<ClCompile Include="..\..\frontend\menu\backend\menu_common_backend.c" />
@ -442,4 +442,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
</Project>