]>
Commit | Line | Data |
---|---|---|
89c4ed63 A |
1 | ; for Unbound |
2 | ; severity default Success Informational Warning Error | |
3 | ||
4 | ; .bin file created with: | |
5 | ; "/c/Program Files/Microsoft SDKs/Windows/v6.1/Bin/mc" -c gen_msg.mc | |
6 | ; mv MSG00001.bin gen_msg.bin | |
7 | ; rm gen_msg.h | |
8 | ; and pasted contents of gen_msg.rc into rsrc_unbound.rc | |
9 | ||
10 | FacilityNames=(Server=0x1) | |
11 | MessageIdTypeDef=DWORD | |
12 | ||
13 | MessageID=0x1 | |
14 | Severity=Success | |
15 | Facility=Server | |
16 | SymbolicName=MSG_GENERIC_SUCCESS | |
17 | Language=English | |
18 | %1 | |
19 | . | |
20 | ||
21 | MessageID=0x2 | |
22 | Severity=Informational | |
23 | Facility=Server | |
24 | SymbolicName=MSG_GENERIC_INFO | |
25 | Language=English | |
26 | %1 | |
27 | . | |
28 | ||
29 | MessageID=0x3 | |
30 | Severity=Warning | |
31 | Facility=Server | |
32 | SymbolicName=MSG_GENERIC_WARN | |
33 | Language=English | |
34 | %1 | |
35 | . | |
36 | ||
37 | MessageID=0x4 | |
38 | Severity=Error | |
39 | Facility=Server | |
40 | SymbolicName=MSG_GENERIC_ERR | |
41 | Language=English | |
42 | %1 | |
43 | . | |
44 |