📄 version.h
字号:
/*
* Copyright (c) 2001 - 2003 Satish Kumar J (vsat_in@yahoo.com)
*
* Project: Win2fs
*
* Module Name: \GUI\ShellExt\Version.h
*
* Abstract: Version defines.
*
* Notes: None
*
* Revision History:
*
* Date Version Author Change Log
* ------------------------------------------------------------------------
*
* 0.0.1 Satish Kumar J Initial Version
*/
#ifndef __VERSION_H
#define __VERSION_H
///////////////////////////////////////////////////////////////////////////////
// Includes.
#include "version_global.h"
//////////////////////////////////////////////////////////////////////////////
#define FILE_MAJOR_VERSION 0
#define FILE_MINOR_VERSION 0
#define FILE_BUILD_COUNT 7
#define FILE_VERSION "0.0.7.0\0"
#define FILE_DESCRIPTION "Win2fs shell extensions.\0"
#define FILE_ORIGINALNAME "Win2fs.dll\0"
//////////////////////////////////////////////////////////////////////////////
#endif // __VERSION_H
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -