Chris@4: /* iowin32.h -- IO base function header for compress/uncompress .zip Chris@4: Version 1.1, February 14h, 2010 Chris@4: part of the MiniZip project - ( http://www.winimage.com/zLibDll/minizip.html ) Chris@4: Chris@4: Copyright (C) 1998-2010 Gilles Vollant (minizip) ( http://www.winimage.com/zLibDll/minizip.html ) Chris@4: Chris@4: Modifications for Zip64 support Chris@4: Copyright (C) 2009-2010 Mathias Svensson ( http://result42.com ) Chris@4: Chris@4: For more info read MiniZip_info.txt Chris@4: Chris@4: */ Chris@4: Chris@4: #include Chris@4: Chris@4: Chris@4: #ifdef __cplusplus Chris@4: extern "C" { Chris@4: #endif Chris@4: Chris@4: void fill_win32_filefunc OF((zlib_filefunc_def* pzlib_filefunc_def)); Chris@4: void fill_win32_filefunc64 OF((zlib_filefunc64_def* pzlib_filefunc_def)); Chris@4: void fill_win32_filefunc64A OF((zlib_filefunc64_def* pzlib_filefunc_def)); Chris@4: void fill_win32_filefunc64W OF((zlib_filefunc64_def* pzlib_filefunc_def)); Chris@4: Chris@4: #ifdef __cplusplus Chris@4: } Chris@4: #endif