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.

28 lines
869 B

  1. #include <windows.h>
  2. #include <ntverp.h>
  3. #include "sdevents.rc"
  4. #define VER_FILETYPE VFT_APP
  5. #define VER_FILESUBTYPE VFT2_UNKNOWN
  6. #define VER_FILEDESCRIPTION_STR "Windows NT Save Dump Utility"
  7. #define VER_INTERNALNAME_STR "savedump\0"
  8. #define VER_ORIGINALFILENAME_STR "savedump.exe"
  9. #include <common.ver>
  10. //
  11. // String table.
  12. //
  13. #include "erwatch.h"
  14. STRINGTABLE DISCARDABLE
  15. BEGIN
  16. IDS_000 "Microsoft Windows"
  17. IDS_001 "Computer restarted after an unexpected shutdown. Microsoft Windows detected a possible device failure."
  18. IDS_002 "The driver for the display device was unable to complete a drawing operation. Please check with the device manufacturer for a driver update."
  19. IDS_003 "The display driver for "
  20. IDS_004 "the display device"
  21. IDS_005 " seems to be responsible for the system instability."
  22. END