uidesigner/com.nokia.sdt.component.symbian.test/data/srcmapping/ref2/TestUpdatingBasicUnknownContents.rss
equal
deleted
inserted
replaced
|
1 #include <myfoo.h> |
|
2 #include <basicheader.rh> |
|
3 #define MY_TEST 4 |
|
4 |
|
5 STRUCT FOO { |
|
6 WORD v; |
|
7 } |
|
8 |
|
9 RESOURCE FOO r_test0 |
|
10 { |
|
11 v = 42; |
|
12 } |
|
13 |
|
14 RESOURCE ONE_STRING r_test0_2 |
|
15 { |
|
16 text = "check this textual data"; |
|
17 } |