~ubuntu-branches/ubuntu/wily/zlib/wily

« back to all changes in this revision

Viewing changes to contrib/minizip/iowin32.h

  • Committer: Package Import Robot
  • Author(s): Mark Brown
  • Date: 2012-06-22 16:55:56 UTC
  • mfrom: (1.1.23 sid)
  • Revision ID: package-import@ubuntu.com-20120622165556-9xuc7gnq4w25b3i0
Yet more s390x cleanup.  Thanks to the s390x porters for thei
prompt an efficient buildd monitoring (closes: #678511).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* iowin32.h -- IO base function header for compress/uncompress .zip
2
 
   files using zlib + zip or unzip API
3
 
   This IO API version uses the Win32 API (for Microsoft Windows)
4
 
 
5
 
   Version 1.01e, February 12th, 2005
6
 
 
7
 
   Copyright (C) 1998-2005 Gilles Vollant
 
2
     Version 1.1, February 14h, 2010
 
3
     part of the MiniZip project - ( http://www.winimage.com/zLibDll/minizip.html )
 
4
 
 
5
         Copyright (C) 1998-2010 Gilles Vollant (minizip) ( http://www.winimage.com/zLibDll/minizip.html )
 
6
 
 
7
         Modifications for Zip64 support
 
8
         Copyright (C) 2009-2010 Mathias Svensson ( http://result42.com )
 
9
 
 
10
         For more info read MiniZip_info.txt
 
11
 
8
12
*/
9
13
 
10
14
#include <windows.h>
15
19
#endif
16
20
 
17
21
void fill_win32_filefunc OF((zlib_filefunc_def* pzlib_filefunc_def));
 
22
void fill_win32_filefunc64 OF((zlib_filefunc64_def* pzlib_filefunc_def));
 
23
void fill_win32_filefunc64A OF((zlib_filefunc64_def* pzlib_filefunc_def));
 
24
void fill_win32_filefunc64W OF((zlib_filefunc64_def* pzlib_filefunc_def));
18
25
 
19
26
#ifdef __cplusplus
20
27
}