ntverp.h

来自「用于查询PC机上的USB端口是否有设备挂接上」· C头文件 代码 · 共 24 行

H
24
字号
/****************************************************************************
 *                                                                          *
 *      ntverp.H        -- Version information for internal builds          *
 *                                      *
 *  This file is only modified by the official builder to update the    *
 *      VERSION, VER_PRODUCTVERSION, VER_PRODUCTVERSION_STR and             *
 *      VER_PRODUCTBETA_STR values.                                         *
 *                                                                          *
 ****************************************************************************/

 //
 // On win9x there is version file modified by official builders in another
 // location, so redirect to it VladS 04/18.
 //
//#include "..\..\sdk\inc16\version.h"
#include ".\inc16\version.h"

#ifndef VER_LEGALCOPYRIGHT_YEARS
#define VER_LEGALCOPYRIGHT_YEARS    "1981-" VER_COPYRIGHT_CURRENT_YEAR
#endif



⌨️ 快捷键说明

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