ntverp.h 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. /**
  2. * This file has no copyright assigned and is placed in the Public Domain.
  3. * This file is part of the mingw-w64 runtime package.
  4. * No warranty is given; refer to the file DISCLAIMER.PD within this package.
  5. */
  6. #define VER_PRODUCTBUILD 3790
  7. #define VER_PRODUCTBUILD_QFE 1830
  8. #ifdef NASHVILLE
  9. #include <ieverp.h>
  10. #else
  11. #define VER_PRODUCTMAJORVERSION 5
  12. #define VER_PRODUCTMINORVERSION 2
  13. #define VER_PRODUCTVERSION_W (0x0502)
  14. #define VER_PRODUCTVERSION_DW (0x05020000 | VER_PRODUCTBUILD)
  15. #define VER_PRODUCTBETA_STR ""
  16. #define VER_PRODUCTVERSION_MAJORMINOR2(x,y) #x "." #y
  17. #define VER_PRODUCTVERSION_MAJORMINOR1(x,y) VER_PRODUCTVERSION_MAJORMINOR2(x,y)
  18. #define VER_PRODUCTVERSION_STRING VER_PRODUCTVERSION_MAJORMINOR1(VER_PRODUCTMAJORVERSION,VER_PRODUCTMINORVERSION)
  19. #define LVER_PRODUCTVERSION_MAJORMINOR2(x,y) L#x L"." L#y
  20. #define LVER_PRODUCTVERSION_MAJORMINOR1(x,y) LVER_PRODUCTVERSION_MAJORMINOR2(x,y)
  21. #define LVER_PRODUCTVERSION_STRING LVER_PRODUCTVERSION_MAJORMINOR1(VER_PRODUCTMAJORVERSION,VER_PRODUCTMINORVERSION)
  22. #define VER_PRODUCTVERSION VER_PRODUCTMAJORVERSION,VER_PRODUCTMINORVERSION,3790,VER_PRODUCTBUILD_QFE
  23. #define VER_DDK_PRODUCTVERSION 5,02
  24. #define VER_DDK_PRODUCTVERSION_STR "5.02"
  25. #endif
  26. #define VER_BPAD
  27. #define LVER_BPAD
  28. #define VER_PRODUCTVERSION_STR2(x,y) VER_PRODUCTVERSION_STRING "." VER_BPAD #x "." #y
  29. #define VER_PRODUCTVERSION_STR1(x,y) VER_PRODUCTVERSION_STR2(x,y)
  30. #define VER_PRODUCTVERSION_STR VER_PRODUCTVERSION_STR1(3790,VER_PRODUCTBUILD_QFE)
  31. #define LVER_PRODUCTVERSION_STR2(x,y) LVER_PRODUCTVERSION_STRING L"." LVER_BPAD L#x L"." L#y
  32. #define LVER_PRODUCTVERSION_STR1(x,y) LVER_PRODUCTVERSION_STR2(x,y)
  33. #define LVER_PRODUCTVERSION_STR LVER_PRODUCTVERSION_STR1(3790,VER_PRODUCTBUILD_QFE)
  34. #define VER_DEBUG 0
  35. #define VER_PRERELEASE 0
  36. #if OFFICIAL_BUILD
  37. #define VER_PRIVATE 0
  38. #else
  39. #define VER_PRIVATE VS_FF_PRIVATEBUILD
  40. #endif
  41. #define VER_FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
  42. #define VER_FILEOS VOS_NT_WINDOWS32
  43. #define VER_FILEFLAGS (VER_PRERELEASE|VER_DEBUG|VER_PRIVATE)
  44. #define VER_COMPANYNAME_STR "Microsoft Corporation"
  45. #ifdef RC_INVOKED
  46. #define VER_PRODUCTNAME_STR L"Microsoft\256 Windows\256 Operating System"
  47. #else
  48. #define VER_PRODUCTNAME_STR "Microsoft\256 Windows\256 Operating System"
  49. #endif
  50. #define VER_LEGALTRADEMARKS_STR "Microsoft\256 is a registered trademark of Microsoft Corporation. Windows\256 is a registered trademark of Microsoft Corporation."