version.h
来自「网络驱动开发」· C头文件 代码 · 共 43 行
H
43 行
/*++
Copyright (c) 2000 Microsoft Corporation. All rights reserved.
File: version.h
Developed for Toshiba by Elisa Research Inc., CA
http://www.elisaresearch.com
(510) 770-4920
Abstract:
Author:
A. Wang
Environment:
Kernel mode
Revision History:
01/07/97 awang Initial of Toshiba ATM 155 Device Driver.
--*/
#ifndef __VERSION_H
#define __VERSION_H
#define TBATM155_NDIS_MAJOR_VERSION 5
#define TBATM155_NDIS_MINOR_VERSION 0
#define TBATM155_DRIVER_MAJOR_VERSION 4
#define TBATM155_DRIVER_MINOR_VERSION 0
#define DRIVER_VERSION 0,4,0,0
#define DRIVER_VERSION_STR "0.4.0.0"
#endif // __VERSION_H
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?