snes9x/unzip/iowin32.h

22 lines
422 B
C
Raw Normal View History

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)
Version 1.01h, December 28th, 2009
2010-09-25 15:46:12 +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