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.

13 lines
407 B

  1. #include <winver.h>
  2. #include <ntverp.h>
  3. #undef VER_PRODUCTVERSION_STRING
  4. #undef VER_PRODUCTVERSION
  5. #undef VER_PRODUCTVERSION_W
  6. #undef VER_PRODUCTVERSION_DW
  7. #define VER_PRODUCTVERSION_STRING "7.02"
  8. #define VER_PRODUCTVERSION 7,02,VER_PRODUCTBUILD,VER_PRODUCTBUILD_QFE
  9. #define VER_PRODUCTVERSION_W (0x0702)
  10. #define VER_PRODUCTVERSION_DW (0x07020000 | VER_PRODUCTBUILD)