Mercurial > hg > sv-dependency-builds
annotate src/zlib-1.2.7/contrib/minizip/iowin32.h @ 23:619f715526df sv_v2.1
Update Vamp plugin SDK to 2.5
author | Chris Cannam |
---|---|
date | Thu, 09 May 2013 10:52:46 +0100 |
parents | e13257ea84a4 |
children |
rev | line source |
---|---|
Chris@4 | 1 /* iowin32.h -- IO base function header for compress/uncompress .zip |
Chris@4 | 2 Version 1.1, February 14h, 2010 |
Chris@4 | 3 part of the MiniZip project - ( http://www.winimage.com/zLibDll/minizip.html ) |
Chris@4 | 4 |
Chris@4 | 5 Copyright (C) 1998-2010 Gilles Vollant (minizip) ( http://www.winimage.com/zLibDll/minizip.html ) |
Chris@4 | 6 |
Chris@4 | 7 Modifications for Zip64 support |
Chris@4 | 8 Copyright (C) 2009-2010 Mathias Svensson ( http://result42.com ) |
Chris@4 | 9 |
Chris@4 | 10 For more info read MiniZip_info.txt |
Chris@4 | 11 |
Chris@4 | 12 */ |
Chris@4 | 13 |
Chris@4 | 14 #include <windows.h> |
Chris@4 | 15 |
Chris@4 | 16 |
Chris@4 | 17 #ifdef __cplusplus |
Chris@4 | 18 extern "C" { |
Chris@4 | 19 #endif |
Chris@4 | 20 |
Chris@4 | 21 void fill_win32_filefunc OF((zlib_filefunc_def* pzlib_filefunc_def)); |
Chris@4 | 22 void fill_win32_filefunc64 OF((zlib_filefunc64_def* pzlib_filefunc_def)); |
Chris@4 | 23 void fill_win32_filefunc64A OF((zlib_filefunc64_def* pzlib_filefunc_def)); |
Chris@4 | 24 void fill_win32_filefunc64W OF((zlib_filefunc64_def* pzlib_filefunc_def)); |
Chris@4 | 25 |
Chris@4 | 26 #ifdef __cplusplus |
Chris@4 | 27 } |
Chris@4 | 28 #endif |