diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:22:37 -0700 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:22:37 -0700 |
commit | 4b5a43a219d51066c01ff2ab86af18b967f2d0dd (patch) | |
tree | 4dcaf0cd18751d04cf638a9a6ec521990d4f2e90 /contrib/minizip/iowin32.h | |
parent | 086e982175da84b3db958191031380794315f95f (diff) | |
download | zlib-1.2.0.5.tar.gz zlib-1.2.0.5.tar.bz2 zlib-1.2.0.5.zip |
zlib 1.2.0.5v1.2.0.5
Diffstat (limited to 'contrib/minizip/iowin32.h')
-rw-r--r-- | contrib/minizip/iowin32.h | 40 |
1 files changed, 21 insertions, 19 deletions
diff --git a/contrib/minizip/iowin32.h b/contrib/minizip/iowin32.h index 713fc02..94aa1aa 100644 --- a/contrib/minizip/iowin32.h +++ b/contrib/minizip/iowin32.h | |||
@@ -1,19 +1,21 @@ | |||
1 | /* iowin32.h -- IO base function header for compress/uncompress .zip | 1 | /* iowin32.h -- IO base function header for compress/uncompress .zip |
2 | files using zlib + zip or unzip API | 2 | files using zlib + zip or unzip API |
3 | This IO API version uses the Win32 API (for Microsoft Windows) | 3 | This IO API version uses the Win32 API (for Microsoft Windows) |
4 | 4 | ||
5 | Version 0.22, May 19th, 2003 | 5 | Version 0.22, May 19th, 2003 |
6 | 6 | ||
7 | Copyright (C) 1998-2003 Gilles Vollant | 7 | Copyright (C) 1998-2003 Gilles Vollant |
8 | */ | 8 | */ |
9 | 9 | ||
10 | #ifdef __cplusplus | 10 | #include <windows.h> |
11 | extern "C" { | 11 | |
12 | #endif | 12 | |
13 | 13 | #ifdef __cplusplus | |
14 | void fill_win32_filefunc OF((zlib_filefunc_def* pzlib_filefunc_def)); | 14 | extern "C" { |
15 | 15 | #endif | |
16 | 16 | ||
17 | #ifdef __cplusplus | 17 | void fill_win32_filefunc OF((zlib_filefunc_def* pzlib_filefunc_def)); |
18 | } | 18 | |
19 | #endif | 19 | #ifdef __cplusplus |
20 | } | ||
21 | #endif | ||