mirror of https://github.com/tongzx/nt5src
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
52 lines
866 B
;/*++
|
|
;
|
|
;Copyright (c) 1996 Microsoft Corporation
|
|
;
|
|
;Module Name:
|
|
;
|
|
; msg.h
|
|
;
|
|
;Abstract:
|
|
;
|
|
; This module contains the definition sprestrt messages.
|
|
;
|
|
;Author:
|
|
;
|
|
; Ted Miller (tedm) Feb 1996.
|
|
;
|
|
;Revision History:
|
|
;
|
|
;Notes:
|
|
;
|
|
; This file is generated by the message compiler from msg.mc.
|
|
;
|
|
;--*/
|
|
;
|
|
;#ifndef _SPRESTRT_
|
|
;#define _SPRESTRT_
|
|
;
|
|
|
|
MessageIdTypedef=ULONG
|
|
|
|
MessageId=1 SymbolicName=MSG_RESTARTING_SETUP
|
|
Language=English
|
|
Setup is being restarted%0
|
|
.
|
|
|
|
MessageId=2 SymbolicName=MSG_WARNING_CANT_CLEAN_UP
|
|
Language=English
|
|
Warning: Configuration of the system for restarting Setup failed.
|
|
Setup may not restart or may operate erratically.
|
|
.
|
|
|
|
MessageId=3 SymbolicName=MSG_CRLF
|
|
Language=English
|
|
|
|
.
|
|
|
|
MessageId=10 SymbolicName=MSG_WARNING_CANT_SET_RESTART
|
|
Language=English
|
|
Warning: If Setup fails, you will be unable to restart it.
|
|
.
|
|
|
|
;#endif // _SPRESTRT_
|