mirror of
https://github.com/libretro/RetroArch
synced 2024-12-29 12:31:05 +00:00
(MSVC) ioapi - build fix
This commit is contained in:
parent
38b056db24
commit
820ca74dba
3
deps/rzlib/ioapi.c
vendored
3
deps/rzlib/ioapi.c
vendored
@ -209,8 +209,7 @@ static int ZCALLBACK ferror_file_func (voidpf opaque, voidpf stream)
|
||||
return ret;
|
||||
}
|
||||
|
||||
void fill_fopen_filefunc (pzlib_filefunc_def)
|
||||
zlib_filefunc_def* pzlib_filefunc_def;
|
||||
void fill_fopen_filefunc (zlib_filefunc_def *pzlib_filefunc_def)
|
||||
{
|
||||
pzlib_filefunc_def->zopen_file = fopen_file_func;
|
||||
pzlib_filefunc_def->zread_file = fread_file_func;
|
||||
|
Loading…
Reference in New Issue
Block a user