📄 unzp.h
字号:
/*--------------------------------------------------------------------------- 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -