source: rtems/cpukit/zlib/contrib/minizip/iowin32.h @ 959f7df2

4.104.114.84.95
Last change on this file since 959f7df2 was 959f7df2, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/28/05 at 07:22:42

Import of zlib-1.2.2.2.tar.gz

  • Property mode set to 100644
File size: 415 bytes
Line 
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.01, May 8th, 2004
6
7   Copyright (C) 1998-2004 Gilles Vollant
8*/
9
10#include <windows.h>
11
12
13#ifdef __cplusplus
14extern "C" {
15#endif
16
17void fill_win32_filefunc OF((zlib_filefunc_def* pzlib_filefunc_def));
18
19#ifdef __cplusplus
20}
21#endif
Note: See TracBrowser for help on using the repository browser.