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.

24 lines
741 B

  1. #include <windows.h>
  2. #include "rc_ids.h"
  3. STRINGTABLE BEGIN
  4. INVALID_MODNAME, "Internal Windows NT Setup Error: Invalid module name %s."
  5. INVALID_CMDLINE, "Internal Windows NT Setup Error: Invalid command line: %s."
  6. GETVER_FAILED , "Internal Windows NT Setup Error: Unable to determine operating system."
  7. CREATEPROC_FAILED, "Internal Windows NT Setup Error: Unable to invoke %s."
  8. END
  9. //
  10. // Version resources
  11. //
  12. #include <ntverp.h>
  13. #define VER_FILETYPE VFT_APP
  14. #define VER_FILESUBTYPE VFT2_UNKNOWN
  15. #define VER_FILEDESCRIPTION_STR "Autoplay app for winnt/winnt32"
  16. #define VER_INTERNALNAME_STR "_winnt\0"
  17. #define VER_ORIGINALFILENAME_STR "_WINNT.EXE"
  18. #include <common.ver>