Mercurial > hg > sv-dependency-builds
annotate src/zlib-1.2.7/contrib/minizip/iowin32.h @ 169:223a55898ab9 tip default
Add null config files
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Mon, 02 Mar 2020 14:03:47 +0000 |
parents | 8a15ff55d9af |
children |
rev | line source |
---|---|
cannam@89 | 1 /* iowin32.h -- IO base function header for compress/uncompress .zip |
cannam@89 | 2 Version 1.1, February 14h, 2010 |
cannam@89 | 3 part of the MiniZip project - ( http://www.winimage.com/zLibDll/minizip.html ) |
cannam@89 | 4 |
cannam@89 | 5 Copyright (C) 1998-2010 Gilles Vollant (minizip) ( http://www.winimage.com/zLibDll/minizip.html ) |
cannam@89 | 6 |
cannam@89 | 7 Modifications for Zip64 support |
cannam@89 | 8 Copyright (C) 2009-2010 Mathias Svensson ( http://result42.com ) |
cannam@89 | 9 |
cannam@89 | 10 For more info read MiniZip_info.txt |
cannam@89 | 11 |
cannam@89 | 12 */ |
cannam@89 | 13 |
cannam@89 | 14 #include <windows.h> |
cannam@89 | 15 |
cannam@89 | 16 |
cannam@89 | 17 #ifdef __cplusplus |
cannam@89 | 18 extern "C" { |
cannam@89 | 19 #endif |
cannam@89 | 20 |
cannam@89 | 21 void fill_win32_filefunc OF((zlib_filefunc_def* pzlib_filefunc_def)); |
cannam@89 | 22 void fill_win32_filefunc64 OF((zlib_filefunc64_def* pzlib_filefunc_def)); |
cannam@89 | 23 void fill_win32_filefunc64A OF((zlib_filefunc64_def* pzlib_filefunc_def)); |
cannam@89 | 24 void fill_win32_filefunc64W OF((zlib_filefunc64_def* pzlib_filefunc_def)); |
cannam@89 | 25 |
cannam@89 | 26 #ifdef __cplusplus |
cannam@89 | 27 } |
cannam@89 | 28 #endif |