📄 r3libver.h
字号:
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// Use of this source code is subject to the terms of the Microsoft end-user
// license agreement (EULA) under which you licensed this SOFTWARE PRODUCT.
// If you did not accept the terms of the EULA, you are not authorized to use
// this source code. For a copy of the EULA, please see the LICENSE.RTF on your
// install media.
//
/*****************************************************************************\
*
* Module Name R3LIBVER.H
* ASIC RagePro, LT-Pro, Rage Mobility
*
* Description Header files for the R3 libs
*
* (c) 1999 ATI Technologies Inc. (unpublished)
*
* All rights reserved. This notice is intended as a precaution against
* inadvertent publication and does not imply publication or any waiver
* of confidentiality. The year included in the foregoing notice is the
* year of creation of the work.
*
* LOG OF CHANGES (LIB_VERSION):
*
* 1.0 10/31/99 [HM] Initial revision
*
\*****************************************************************************/
#ifndef _R3LIBVER_H_
#define _R3LIBVER_H_
#define R3LIB_VERSION_MAJOR 69.7
#define R3LIB_VERSION_MINOR 1
#define R3LIB_VERSION (((ULONG)R3LIB_VERSION_MAJOR<<16) | R3LIB_VERSION_MINOR)
#define R3_LIB_VERSION "69.7.1" // Must be same as Major.Minor
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -