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.

30 lines
1.1 KiB

  1. //---------------------------------------------------------------------------------
  2. // Windows Update versioning Resource file.
  3. //
  4. // This file should be updated with component specific information and included
  5. // in your <component>.rc file in place of the automatically generated version
  6. // resources.
  7. //
  8. #include "..\..\inc\wuverp.h"
  9. //---------------------------------------------------------------------------------
  10. // VFT_FILETYPE should be either VFT_APP or VFT_DLL
  11. //
  12. #define VER_FILETYPE VFT_DLL
  13. //---------------------------------------------------------------------------------
  14. #define VER_FILESUBTYPE VFT2_UNKNOWN
  15. // "Industry Update" is already defined in the string. So, if you want to
  16. // say, "Industry Update Engine" just change the argument of the macro
  17. // to "Engine"
  18. #if defined(_WUV3TEST)
  19. #define VER_FILEDESCRIPTION_STR WU_VER_FILEDESCRIPTION_STR("Platform Detection (Test)")
  20. #else
  21. #define VER_FILEDESCRIPTION_STR WU_VER_FILEDESCRIPTION_STR("Platform Detection")
  22. #endif
  23. #define VER_INTERNALNAME_STR "osdet.dll"
  24. #include "common.ver"