blob: a74fcacc55b8562a52c77c9bcc6f3157afc93305 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
#include "Balloons.r"
#include "version.r"
resource 'hfdr' (-5696, purgeable) {
HelpMgrVersion,
hmDefaultOptions,
0,
0,
{ /* array HFdrArray: 1 elements */
/* [1] */
HMStringItem {
"MIT Kerberos Library\n\n"
"This shared library provides Kerberos v5, "
"Generic Security Services (GSS), and DES services."
}
}
};
data 'CCIª' (128, purgeable) {
"A shared library which provides Kerberos v5, "
"Generic Security Services (GSS), and DES services."
};
include "Icons.rsrc";
|