mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-28 19:26:16 +00:00
[CMAKE]: Cant' have comments in mc files.
svn path=/branches/cmake-bringup/; revision=48435
This commit is contained in:
@@ -1,12 +1,3 @@
|
||||
;
|
||||
; Created by : Marc Piulachs.
|
||||
; This source code is offered for use in the public domain.
|
||||
;
|
||||
|
||||
;
|
||||
; ntoskrnl.exe bug codes
|
||||
;
|
||||
|
||||
MessageIdTypedef=ULONG
|
||||
|
||||
SeverityNames=(Success=0x0:STATUS_SEVERITY_SUCCESS
|
||||
@@ -23,9 +14,6 @@ FacilityNames=(System=0x0:FACILITY_SYSTEM
|
||||
|
||||
LanguageNames=(English=0x409:MSG00409)
|
||||
|
||||
;
|
||||
; message definitions
|
||||
;
|
||||
MessageId=0x7E
|
||||
Severity=Informational
|
||||
Facility=System
|
||||
@@ -1518,5 +1506,3 @@ SymbolicName=ATTEMPTED_EXECUTE_OF_NOEXECUTE_MEMORY
|
||||
Language=English
|
||||
An attempt was made to execute to non-executable memory.
|
||||
.
|
||||
|
||||
; EOF
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
;
|
||||
; kernel32.mc MESSAGE resources for kernel32.dll
|
||||
;
|
||||
|
||||
MessageIdTypedef=ULONG
|
||||
|
||||
SeverityNames=(Success=0x0:STATUS_SEVERITY_SUCCESS
|
||||
@@ -17,13 +13,6 @@ FacilityNames=(System=0x0:FACILITY_SYSTEM
|
||||
|
||||
LanguageNames=(English=0x409:MSG00409)
|
||||
|
||||
|
||||
;
|
||||
; message definitions
|
||||
;
|
||||
|
||||
; Facility=System
|
||||
|
||||
MessageId=0
|
||||
Severity=Success
|
||||
Facility=System
|
||||
@@ -17173,8 +17162,6 @@ ERROR_EVT_CHANNEL_PATH_TOO_GENERAL - The specified channel path selects more tha
|
||||
.
|
||||
|
||||
|
||||
; Facility=WIN32
|
||||
|
||||
MessageId=0x000E
|
||||
Severity=Warning
|
||||
Facility=WIN32
|
||||
@@ -17208,8 +17195,6 @@ E_ACCESSDENIED - WIN32 access denied error
|
||||
.
|
||||
|
||||
|
||||
; Facility=ITF
|
||||
|
||||
MessageId=0x0000
|
||||
Severity=Warning
|
||||
Facility=ITF
|
||||
@@ -17489,5 +17474,3 @@ SymbolicName=CLASS_E_NOTLICENSED
|
||||
Language=English
|
||||
CLASS_E_NOTLICENSED - Class is not licensed for use
|
||||
.
|
||||
|
||||
; EOF
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
;
|
||||
; netevent.mc MESSAGE resources for netevent.dll
|
||||
;
|
||||
|
||||
MessageIdTypedef=DWORD
|
||||
|
||||
SeverityNames=(Success=0x0:STATUS_SEVERITY_SUCCESS
|
||||
@@ -15,15 +11,6 @@ FacilityNames=(System=0x0:FACILITY_SYSTEM
|
||||
|
||||
LanguageNames=(English=0x409:MSG00409)
|
||||
|
||||
|
||||
;
|
||||
; message definitions
|
||||
;
|
||||
|
||||
; Facility=System
|
||||
|
||||
; Eventlog messages 6xxx-
|
||||
|
||||
MessageId=6005
|
||||
Severity=Warning
|
||||
Facility=System
|
||||
@@ -49,8 +36,6 @@ ReactOS %1 %2 %3 %4.
|
||||
.
|
||||
|
||||
|
||||
; transport messages
|
||||
|
||||
MessageId=9004
|
||||
Severity=Error
|
||||
Facility=System
|
||||
|
||||
@@ -20,7 +20,6 @@ SXS=0x15:FACILITY_SXS_ERROR_CODE
|
||||
)
|
||||
LanguageNames=(English=0x409:MSG00409)
|
||||
|
||||
;#define STATUS_SUCCESS ((NTSTATUS)0x00000000L)
|
||||
MessageId=0x00
|
||||
Severity=Success
|
||||
Facility=System
|
||||
|
||||
Reference in New Issue
Block a user