37 lines
452 B
MonkeyC
37 lines
452 B
MonkeyC
|
;/*++
|
||
|
;
|
||
|
;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_CRLF
|
||
|
Language=English
|
||
|
|
||
|
.
|
||
|
|
||
|
;#endif // _SPRESTRT_
|