iowin32.h
上传用户:rrhhcc
上传日期:2015-12-11
资源大小:54129k
文件大小:0k
源码类别:

通讯编程

开发平台:

Visual C++

  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.    Version 1.01e, February 12th, 2005
  5.    Copyright (C) 1998-2005 Gilles Vollant
  6. */
  7. #include <windows.h>
  8. #ifdef __cplusplus
  9. extern "C" {
  10. #endif
  11. void fill_win32_filefunc OF((zlib_filefunc_def* pzlib_filefunc_def));
  12. #ifdef __cplusplus
  13. }
  14. #endif