locales/loce32/region/inc/locl_region.h
changeset 81 92450c1e1512
parent 53 8f0f421d3d0f
equal deleted inserted replaced
53:8f0f421d3d0f 81:92450c1e1512
    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