mirror of
https://github.com/jmcnamara/libxlsxwriter.git
synced 2026-05-15 14:15:54 -06:00
parent
b3059c805d
commit
bbd46fff22
2 changed files with 2 additions and 3 deletions
3
third_party/minizip/ioapi.c
vendored
3
third_party/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;
|
||||
|
|
|
|||
2
third_party/minizip/zip.c
vendored
2
third_party/minizip/zip.c
vendored
|
|
@ -186,7 +186,7 @@ typedef struct
|
|||
#include "crypt.h"
|
||||
#endif
|
||||
|
||||
local linkedlist_datablock_internal* allocate_new_datablock()
|
||||
local linkedlist_datablock_internal* allocate_new_datablock(void)
|
||||
{
|
||||
linkedlist_datablock_internal* ldi;
|
||||
ldi = (linkedlist_datablock_internal*)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue