Source code of Windows XP (NT5)
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.

22 lines
922 B

  1. /*bldver.h*/
  2. /******************************************************************
  3. **
  4. ** This file is automatically generated by BLDVER.EXE.
  5. ** Do not attempt to change this file manually. Your changes will
  6. ** be overwritten during the next build.
  7. **
  8. ********************************************************************/
  9. #if !defined(_BLDVER_H_)
  10. #define _BLDVER_H_
  11. #define BUILD_NUMBER "40.0" /* String version */
  12. #define BUILD_NUM 40,0 /* int version */
  13. #define BUILD_VERSION BUILD_NUMBER
  14. #define ICW16_VERSION "3.0.40.0\0" /* VERSIONINFO string */
  15. #define ICW16_VERSION_BINARY 3,0,40,0 /* VERSIONINFO binary */
  16. #define ICW32_VERSION "4.71.40.0\0" /* VERSIONINFO string */
  17. #define ICW32_VERSION_BINARY 4,71,40,0 /* VERSIONINFO binary */
  18. #define ISBU_VERSION "6.0.40.0\0" /* VERSIONINFO string */
  19. #define ISBU_VERSION_BINARY 6,0,40,0 /* VERSIONINFO binary */
  20. #endif // !defined(_BLDVER_H_)