]> git.saurik.com Git - apple/network_cmds.git/blame - unbound/winrc/gen_msg.mc
network_cmds-596.100.2.tar.gz
[apple/network_cmds.git] / unbound / winrc / gen_msg.mc
CommitLineData
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
10FacilityNames=(Server=0x1)
11MessageIdTypeDef=DWORD
12
13MessageID=0x1
14Severity=Success
15Facility=Server
16SymbolicName=MSG_GENERIC_SUCCESS
17Language=English
18%1
19.
20
21MessageID=0x2
22Severity=Informational
23Facility=Server
24SymbolicName=MSG_GENERIC_INFO
25Language=English
26%1
27.
28
29MessageID=0x3
30Severity=Warning
31Facility=Server
32SymbolicName=MSG_GENERIC_WARN
33Language=English
34%1
35.
36
37MessageID=0x4
38Severity=Error
39Facility=Server
40SymbolicName=MSG_GENERIC_ERR
41Language=English
42%1
43.
44