locales/loce32/language/inc/locl_language.h
changeset 64 ecb300a325e8
parent 53 8f0f421d3d0f
equal deleted inserted replaced
60:8c5e74913800 64:ecb300a325e8
    18 
    18 
    19 #if !defined __LOCL_LANGUAGE_H__
    19 #if !defined __LOCL_LANGUAGE_H__
    20 #define __LOCL_LANGUAGE_H__
    20 #define __LOCL_LANGUAGE_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