version.h

来自「一个windows 文件系统驱动源码」· C头文件 代码 · 共 43 行

H
43
字号

 /*                                                                            
  *		Copyright (c) 2001 - 2005 Satish Kumar J (vsat_in@yahoo.com)
  *
  *		Project:		Win2fs
  *                                                                            
  *		Module Name:	\GUI\MainApp\Version.h
  *
  *     Abstract:		Version defines for the main app.
  *
  *		Notes:			None  
  *
  *		Revision History:
  *
  *		Date		Version		Author				Change Log
  *		------------------------------------------------------------------------
  *
  *		03-DEC-05	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		1

 #define FILE_VERSION			"0.0.1.0\0"
 #define FILE_DESCRIPTION		"Win2fs User Interface.\0"
 #define FILE_ORIGINALNAME		"Win2fs.exe\0"

 //////////////////////////////////////////////////////////////////////////////

 #endif		// __VERSION_H

⌨️ 快捷键说明

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