iowin32.h
来自「StormLib是对MPQ文件进行处理的库 MPQ是暴雪公司的私有的一种压缩格」· C头文件 代码 · 共 22 行
H
22 行
/* iowin32.h -- IO base function header for compress/uncompress .zip files using zlib + zip or unzip API This IO API version uses the Win32 API (for Microsoft Windows) Version 1.01e, February 12th, 2005 Copyright (C) 1998-2005 Gilles Vollant*/#include <windows.h>#ifdef __cplusplusextern "C" {#endifvoid fill_win32_filefunc OF((zlib_filefunc_def* pzlib_filefunc_def));#ifdef __cplusplus}#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?