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.

15 lines
387 B

  1. #include "windows.h"
  2. #include <ntverp.h>
  3. #include "shmgdefs.h"
  4. STRINGTABLE
  5. BEGIN
  6. IDS_HTML_HELP_DIR "\\Microsoft\\HTML Help"
  7. END
  8. #define VER_FILETYPE VFT_APP
  9. #define VER_FILESUBTYPE VFT2_UNKNOWN
  10. #define VER_FILEDESCRIPTION_STR "Windows NT User Data Migration Tool"
  11. #define VER_INTERNALNAME_STR "shmgrate\0"
  12. #include "common.ver"