You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
363 B
23 lines
363 B
/*++
|
|
|
|
Copyright (c) 1990-2000 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
bhver.h
|
|
|
|
Revision History:
|
|
|
|
--*/
|
|
|
|
#ifndef _NMVER_CHECK_
|
|
#define _NMVER_CHECK_
|
|
|
|
#include <ntverp.h>
|
|
|
|
#define VER_BUILDMAJOR 5
|
|
#define VER_BUILDMINOR 0
|
|
#define VER_BUILDMM_STR VER_PRODUCTVERSION_STRING
|
|
#define VER_NMBUILDNUMBER VER_PRODUCTBUILD
|
|
|
|
#endif // _NMVER_CHECK_
|