unzp.h

来自「完整的解压zip文件的源码。包含密码功能」· C头文件 代码 · 共 40 行

H
40
字号
/*---------------------------------------------------------------------------  UnZp.h  This header-files is global to the project Unzip standalone.  ---------------------------------------------------------------------------*//*****************************************************************************//*  Macros, typedefs                                                         *//*****************************************************************************/#define MACUNZIP_STANDALONE#define MACUNZIP#ifndef    TRUE#define    TRUE 1#endif  /* TRUE */#ifndef    FALSE#define    FALSE 0#endif  /* FALSE *//*****************************************************************************//*  Includes standard headers                                                *//*****************************************************************************/#include <ansi_prefix.mac.h>#include <TextUtils.h>#include <Folders.h>#include <Aliases.h>#include <Resources.h>#include <Gestalt.h>#include <Traps.h>#include <Processes.h>#include <MacWindows.h>#include <Fonts.h>#include <ToolUtils.h>#include <Dialogs.h>#include <Devices.h>#include <StandardFile.h>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?