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.

32 lines
798 B

  1. #include "windows.h"
  2. #include <ntverp.h>
  3. #define _VERSION_RC_
  4. #include "ClusCompResources.h"
  5. /////////////////////////////////////////////////////////////////////////////
  6. //
  7. // Version
  8. //
  9. #define VER_FILETYPE VFT_APP
  10. #define VER_FILESUBTYPE VFT2_UNKNOWN
  11. #define VER_FILEDESCRIPTION_STR "Cluster Upgrade Compatability Checker"
  12. #define VER_INTERNALNAME_STR "ClusComp.dll"
  13. #define VER_ORIGINALFILENAME_STR "ClusComp.dll"
  14. #include "common.ver"
  15. /////////////////////////////////////////////////////////////////////////////
  16. //
  17. // String Table
  18. //
  19. /////////////////////////////////////////////////////////////////////////////
  20. STRINGTABLE DISCARDABLE
  21. BEGIN
  22. IDS_ERROR_UPGRADE_OTHER_NODES "Other nodes in your cluster may need to be upgraded."
  23. END