iowin32.h 415 字节
Newer Older
M
Mark Adler 已提交
1 2 3 4
/* iowin32.h -- IO base function header for compress/uncompress .zip
   files using zlib + zip or unzip API
   This IO API version uses the Win32 API (for Microsoft Windows)

M
Mark Adler 已提交
5
   Version 1.01, May 8th, 2004
M
Mark Adler 已提交
6

M
Mark Adler 已提交
7
   Copyright (C) 1998-2004 Gilles Vollant
M
Mark Adler 已提交
8 9 10 11 12 13 14 15 16 17 18 19 20 21
*/

#include <windows.h>


#ifdef __cplusplus
extern "C" {
#endif

void fill_win32_filefunc OF((zlib_filefunc_def* pzlib_filefunc_def));

#ifdef __cplusplus
}
#endif