Develop and Download Open Source Software

Browse CVS Repository

Annotation of /xoonips/AL/iowin32.h

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (hide annotations) (download) (as text)
Mon Mar 14 06:14:50 2005 UTC (19 years, 1 month ago) by tani
Branch: MAIN
CVS Tags: AL_PORTING, MergePnt_20051116, REL20051226, XOONIPS_RC1, REL20060323, tag20060615, tag20070307current, tag20061115, MergePnt_20051220, tag20061130, merge_to_20060605, tag20070307, REL20060213, RELENG_2_0_0a_RELEASE, RELEASE_1_0_0, RELEASE_1_0_1, tag20060622, merge_to_20060411, HEAD
Branch point for: XOONIPS_STABLE_32, XOONIPS_STABLE, XOONIPS_STABLE_3, XOONIPS_STABLE_2
File MIME type: text/x-chdr
initial version

1 tani 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.00, September 10th, 2003
6    
7     Copyright (C) 1998-2003 Gilles Vollant
8     */
9    
10     #include <windows.h>
11    
12    
13     #ifdef __cplusplus
14     extern "C" {
15     #endif
16    
17     void fill_win32_filefunc OF((zlib_filefunc_def* pzlib_filefunc_def));
18    
19     #ifdef __cplusplus
20     }
21     #endif

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26