2
|
1 |
#include <basicheader.rh>
|
|
2 |
#ifdef LANGUAGE_16
|
|
3 |
#include "output_16.rls"
|
|
4 |
#endif
|
|
5 |
#ifdef LANGUAGE_10
|
|
6 |
#include "output_10.rls"
|
|
7 |
#endif
|
|
8 |
#define MACRO_1 "A macro value"
|
|
9 |
#define MACRO_2 "Not another \"macro\""
|
|
10 |
|
|
11 |
RESOURCE ONE_STRING r_test0_macro
|
|
12 |
{
|
|
13 |
text = MACRO_1;
|
|
14 |
}
|