~hikiko/nux/arb-srgba-shader

« back to all changes in this revision

Viewing changes to NuxCore/Zip/iowin32.h

  • Committer: Neil Jagdish Patel
  • Date: 2010-09-02 03:28:11 UTC
  • Revision ID: neil.patel@canonical.com-20100902032811-i2m18tfb6pkasnvt
Remove Win EOL chars

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 */
21
21
 
22
22
 
23
 
/* iowin32.h -- IO base function header for compress/uncompress .zip
24
 
   files using zlib + zip or unzip API
25
 
   This IO API version uses the Win32 API (for Microsoft Windows)
26
 
 
27
 
   Version 1.01e, February 12th, 2005
28
 
 
29
 
   Copyright (C) 1998-2005 Gilles Vollant
30
 
*/
31
 
 
32
 
#include <windows.h>
33
 
 
34
 
 
35
 
#ifdef __cplusplus
36
 
extern "C" {
37
 
#endif
38
 
 
39
 
void fill_win32_filefunc OF((zlib_filefunc_def* pzlib_filefunc_def));
40
 
 
41
 
#ifdef __cplusplus
42
 
}
43
 
#endif
 
23
/* iowin32.h -- IO base function header for compress/uncompress .zip
 
24
   files using zlib + zip or unzip API
 
25
   This IO API version uses the Win32 API (for Microsoft Windows)
 
26
 
 
27
   Version 1.01e, February 12th, 2005
 
28
 
 
29
   Copyright (C) 1998-2005 Gilles Vollant
 
30
*/
 
31
 
 
32
#include <windows.h>
 
33
 
 
34
 
 
35
#ifdef __cplusplus
 
36
extern "C" {
 
37
#endif
 
38
 
 
39
void fill_win32_filefunc OF((zlib_filefunc_def* pzlib_filefunc_def));
 
40
 
 
41
#ifdef __cplusplus
 
42
}
 
43
#endif