Leaked source code of windows server 2003
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

  1. /*++
  2. Copyright (c) 1990-2000 Microsoft Corporation
  3. Module Name:
  4. bhver.h
  5. Revision History:
  6. --*/
  7. #ifndef _NMVER_CHECK_
  8. #define _NMVER_CHECK_
  9. #include <ntverp.h>
  10. #define VER_BUILDMAJOR 5
  11. #define VER_BUILDMINOR 0
  12. #define VER_BUILDMM_STR VER_PRODUCTVERSION_STRING
  13. #define VER_NMBUILDNUMBER VER_PRODUCTBUILD
  14. #endif // _NMVER_CHECK_