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.

26 lines
967 B

  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 "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. #define VER_FILEDESCRIPTION_STR WU_VER_FILEDESCRIPTION_STR("AutoUpdate Engine")
  19. #define VER_INTERNALNAME_STR "wuaueng.dll"
  20. #include "common.ver"