fw4spl
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
iowin32.h
1
/* ***** BEGIN LICENSE BLOCK *****
2
* FW4SPL - Copyright (C) IRCAD, 2009-2015.
3
* Distributed under the terms of the GNU Lesser General Public License (LGPL) as
4
* published by the Free Software Foundation.
5
* ****** END LICENSE BLOCK ****** */
6
7
/* iowin32.h -- IO base function header for compress/uncompress .zip
8
Version 1.1, February 14h, 2010
9
part of the MiniZip project - ( http://www.winimage.com/zLibDll/minizip.html )
10
11
Copyright (C) 1998-2010 Gilles Vollant (minizip) ( http://www.winimage.com/zLibDll/minizip.html )
12
13
Modifications for Zip64 support
14
Copyright (C) 2009-2010 Mathias Svensson ( http://result42.com )
15
16
For more info read MiniZip_info.txt
17
18
*/
19
20
#ifndef __MINIZIP_IOWIN32_H__
21
#define __MINIZIP_IOWIN32_H__
22
23
#ifdef _WIN32
24
25
#include <windows.h>
26
27
#include "minizip/export.h"
28
29
#ifdef __cplusplus
30
extern
"C"
{
31
#endif
32
33
MINIZIP_API
void
fill_win32_filefunc OF((
zlib_filefunc_def
* pzlib_filefunc_def));
34
MINIZIP_API
void
fill_win32_filefunc64 OF((
zlib_filefunc64_def
* pzlib_filefunc_def));
35
MINIZIP_API
void
fill_win32_filefunc64A OF((
zlib_filefunc64_def
* pzlib_filefunc_def));
36
MINIZIP_API
void
fill_win32_filefunc64W OF((
zlib_filefunc64_def
* pzlib_filefunc_def));
37
38
#ifdef __cplusplus
39
}
40
#endif
41
42
#endif //_WIN32
43
#endif //__MINIZIP_IOWIN32_H__
zlib_filefunc_def_s
Definition:
ioapi.h:147
zlib_filefunc64_def_s
Definition:
ioapi.h:163
SrcLib
core
fwZip
include
minizip
iowin32.h
Generated on Wed Sep 5 2018 12:47:41 for fw4spl by
1.8.11