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.

34 lines
1.1 KiB

  1. /*==========================================================================
  2. *
  3. * Copyright (C) 1999 Microsoft Corporation. All Rights Reserved.
  4. *
  5. * File: dpcustrc.h
  6. * Content: Custom build resource information file. Overrides default
  7. * build environment info.
  8. * History:
  9. * Date By Reason
  10. * ==== ======= ========================================================
  11. * 04/11/00 rodtoll Created
  12. ***************************************************************************/
  13. #ifdef DPLAY_VERSIONSTR
  14. #undef VERSIONSTR
  15. #define VERSIONSTR DPLAY_VERSIONSTR
  16. #undef MANVERSION
  17. #undef MANREVISION
  18. #undef MANMINORREV
  19. #undef BUILD_NUMBER
  20. #undef VER_PRODUCTVERSION
  21. #undef VER_FILEVERSION
  22. #undef VER_PRODUCTVERSION_STR
  23. #define MANVERSION DPLAY_VERSION_MANVERSION
  24. #define MANREVISION DPLAY_VERSION_MANREVISION
  25. #define MANMINORREV DPLAY_VERSION_MANMINORREV
  26. #define BUILD_NUMBER DPLAY_VERSION_BUILD_NUMBER
  27. #define VER_PRODUCTVERSION DPLAY_VERSIONSTR_WINNT
  28. #define VER_FILEVERSION DPLAY_VERSIONSTR_WINNT
  29. #define VER_PRODUCTVERSION_STR DPLAY_VERSION_PRODUCT
  30. #endif