changeset 0 | fb279309251b |
-1:000000000000 | 0:fb279309251b |
---|---|
1 #include <arrayheader.rh> |
|
2 #include "output.loc" |
|
3 /* where is this used? */ |
|
4 #define MACRO_1 "A macro value" |
|
5 #define MACRO_2 "Not another \"macro\"" |
|
6 |
|
7 RESOURCE STRING_LIST r_test_array_of_strings |
|
8 { |
|
9 strings = |
|
10 { |
|
11 LBUF |
|
12 { |
|
13 txt = STR_1; |
|
14 }, |
|
15 LBUF |
|
16 { |
|
17 txt = STR_10; |
|
18 } |
|
19 }; |
|
20 } |