2010-09-25 15:46:12 +00:00
|
|
|
/* 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)
|
|
|
|
|
2011-04-10 13:44:28 +00:00
|
|
|
Version 1.01h, December 28th, 2009
|
2010-09-25 15:46:12 +00:00
|
|
|
|
2011-04-10 13:44:28 +00:00
|
|
|
Copyright (C) 1998-2009 Gilles Vollant
|
2010-09-25 15:46:12 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
#include <windows.h>
|
|
|
|
|
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
extern "C" {
|
|
|
|
#endif
|
|
|
|
|
|
|
|
void fill_win32_filefunc OF((zlib_filefunc_def* pzlib_filefunc_def));
|
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
}
|
|
|
|
#endif
|