⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 unzplib.h

📁 完整的解压zip文件的源码。包含密码功能
💻 H
字号:
/*---------------------------------------------------------------------------  UnZpLib.h  This header-files is global to the project UnZpLib.  ---------------------------------------------------------------------------*//*****************************************************************************//*  Macros, typedefs                                                         *//*****************************************************************************/#define MacStaticLib#define MACUNZIP#ifndef    TRUE#define    TRUE 1#endif  /* TRUE */#ifndef    FALSE#define    FALSE 0#endif  /* FALSE *//*#define DEBUG_TIME */#define USE_EF_UT_TIME/* since we have no TZ environment variable on Macs   this option must be disabled */#undef IZ_CHECK_TZ/*****************************************************************************//*  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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -