branch | GCC_SURGE |
changeset 92 | 8dd1c4fde3d7 |
parent 64 | ecb300a325e8 |
65:38e4cecf6e95 | 92:8dd1c4fde3d7 |
---|---|
18 |
18 |
19 #if !defined __LOCL_REGION_H__ |
19 #if !defined __LOCL_REGION_H__ |
20 #define __LOCL_REGION_H__ |
20 #define __LOCL_REGION_H__ |
21 |
21 |
22 #if !defined(__E32STD_H__) |
22 #if !defined(__E32STD_H__) |
23 #include <E32std.h> |
23 #include <e32std.h> |
24 #endif |
24 #endif |
25 |
25 |
26 #ifdef _UNICODE |
26 #ifdef _UNICODE |
27 #define TLocaleText TText16 |
27 #define TLocaleText TText16 |
28 #else |
28 #else |