Biomedical Image Analysis Library
The Biomedical Image Analysis Library is a poweful tool for developers, physicians, researchers, engineers, and so on.
Main Page
Modules
Namespaces
Classes
Files
File List
File Members
iowin32.h
Go to the documentation of this file.
1
/* iowin32.h -- IO base function header for compress/uncompress .zip
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
12
*/
13
14
#include <windows.h>
15
16
17
#ifdef __cplusplus
18
extern
"C"
{
19
#endif
20
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));
25
26
#ifdef __cplusplus
27
}
28
#endif
zlib_filefunc64_def
Definition:
ioapi.h:162
fill_win32_filefunc64W
void fill_win32_filefunc64W(zlib_filefunc64_def *pzlib_filefunc_def)
Definition:
iowin32.c:451
fill_win32_filefunc64A
void fill_win32_filefunc64A(zlib_filefunc64_def *pzlib_filefunc_def)
Definition:
iowin32.c:438
zlib_filefunc_def
Definition:
ioapi.h:146
fill_win32_filefunc
void fill_win32_filefunc(zlib_filefunc_def *pzlib_filefunc_def)
Definition:
iowin32.c:413
fill_win32_filefunc64
void fill_win32_filefunc64(zlib_filefunc64_def *pzlib_filefunc_def)
Definition:
iowin32.c:425
OF
void fill_win32_filefunc OF((zlib_filefunc_def *pzlib_filefunc_def))
bial
zlib
contrib
minizip
iowin32.h
Generated by
1.8.11