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.

52 lines
866 B

  1. ;/*++
  2. ;
  3. ;Copyright (c) 1996 Microsoft Corporation
  4. ;
  5. ;Module Name:
  6. ;
  7. ; msg.h
  8. ;
  9. ;Abstract:
  10. ;
  11. ; This module contains the definition sprestrt messages.
  12. ;
  13. ;Author:
  14. ;
  15. ; Ted Miller (tedm) Feb 1996.
  16. ;
  17. ;Revision History:
  18. ;
  19. ;Notes:
  20. ;
  21. ; This file is generated by the message compiler from msg.mc.
  22. ;
  23. ;--*/
  24. ;
  25. ;#ifndef _SPRESTRT_
  26. ;#define _SPRESTRT_
  27. ;
  28. MessageIdTypedef=ULONG
  29. MessageId=1 SymbolicName=MSG_RESTARTING_SETUP
  30. Language=English
  31. Setup is being restarted%0
  32. .
  33. MessageId=2 SymbolicName=MSG_WARNING_CANT_CLEAN_UP
  34. Language=English
  35. Warning: Configuration of the system for restarting Setup failed.
  36. Setup may not restart or may operate erratically.
  37. .
  38. MessageId=3 SymbolicName=MSG_CRLF
  39. Language=English
  40. .
  41. MessageId=10 SymbolicName=MSG_WARNING_CANT_SET_RESTART
  42. Language=English
  43. Warning: If Setup fails, you will be unable to restart it.
  44. .
  45. ;#endif // _SPRESTRT_