mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 06:07:06 +02:00
Fix prototype for fill_fopen_filefunc
This commit is contained in:
parent
ee5b7a5100
commit
26df482b54
1 changed files with 1 additions and 2 deletions
3
Telegram/ThirdParty/minizip/ioapi.c
vendored
3
Telegram/ThirdParty/minizip/ioapi.c
vendored
|
@ -231,8 +231,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…
Add table
Reference in a new issue