mirror of
https://github.com/libretro/RetroArch
synced 2025-02-20 06:40:18 +00:00
(360) Compile in szlib.c
This commit is contained in:
parent
449b08e9d5
commit
b82d9be0ae
@ -1751,8 +1751,7 @@ gzFile ZEXPORT gzdopen (int fd, const char * mode)
|
||||
return gz_open (name, mode, fd);
|
||||
}
|
||||
|
||||
static int get_byte(s)
|
||||
gz_stream *s;
|
||||
static int get_byte(gz_stream *s)
|
||||
{
|
||||
if (s->z_eof) return EOF;
|
||||
if (s->stream.avail_in == 0) {
|
||||
|
@ -304,6 +304,14 @@
|
||||
<ClCompile Include="..\..\conf\config_file.c" />
|
||||
<ClCompile Include="..\..\console\main_wrap.c" />
|
||||
<ClCompile Include="..\..\console\rom_ext.c" />
|
||||
<ClCompile Include="..\..\console\szlib\szlib.c">
|
||||
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Release|Xbox 360'">CompileAsC</CompileAs>
|
||||
<CompileAs Condition="'$(Configuration)|$(Platform)'=='CodeAnalysis|Xbox 360'">CompileAsC</CompileAs>
|
||||
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug|Xbox 360'">CompileAsC</CompileAs>
|
||||
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Profile|Xbox 360'">CompileAsC</CompileAs>
|
||||
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Profile_FastCap|Xbox 360'">CompileAsC</CompileAs>
|
||||
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Release_LTCG|Xbox 360'">CompileAsC</CompileAs>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\driver.c" />
|
||||
<ClCompile Include="..\..\dynamic.c" />
|
||||
<ClCompile Include="..\..\fifo_buffer.c" />
|
||||
|
@ -33,6 +33,9 @@
|
||||
<Filter Include="Source Files\console">
|
||||
<UniqueIdentifier>{e45d1737-2bab-4209-87c0-3d66cf3aee07}</UniqueIdentifier>
|
||||
</Filter>
|
||||
<Filter Include="Source Files\console\szlib">
|
||||
<UniqueIdentifier>{60603fec-c1c0-4562-8573-b1dc3af0ee40}</UniqueIdentifier>
|
||||
</Filter>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="..\..\360\xdk360_video.cpp">
|
||||
@ -137,6 +140,9 @@
|
||||
<ClCompile Include="..\..\360\fonts.cpp">
|
||||
<Filter>Source Files\360</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\console\szlib\szlib.c">
|
||||
<Filter>Source Files\console\szlib</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="..\..\ups.h">
|
||||
|
Loading…
x
Reference in New Issue
Block a user