00001 /* iowin32.h -- IO base function header for compress/uncompress .zip 00002 Version 1.1, February 14h, 2010 00003 part of the MiniZip project - ( http://www.winimage.com/zLibDll/minizip.html ) 00004 00005 Copyright (C) 1998-2010 Gilles Vollant (minizip) ( http://www.winimage.com/zLibDll/minizip.html ) 00006 00007 Modifications for Zip64 support 00008 Copyright (C) 2009-2010 Mathias Svensson ( http://result42.com ) 00009 00010 For more info read MiniZip_info.txt 00011 00012 */ 00013 00014 #include <windows.h> 00015 00016 00017 #ifdef __cplusplus 00018 extern "C" { 00019 #endif 00020 00021 void fill_win32_filefunc OF((zlib_filefunc_def* pzlib_filefunc_def)); 00022 void fill_win32_filefunc64 OF((zlib_filefunc64_def* pzlib_filefunc_def)); 00023 void fill_win32_filefunc64A OF((zlib_filefunc64_def* pzlib_filefunc_def)); 00024 void fill_win32_filefunc64W OF((zlib_filefunc64_def* pzlib_filefunc_def)); 00025 00026 #ifdef __cplusplus 00027 } 00028 #endif