localisation/localesupport/new_locale_dll/collation/share/locl_collation.h
changeset 41 ea44a32a96bc
parent 0 1fb32624e06b
child 55 336bee5c2d35
equal deleted inserted replaced
40:91ef7621b7fc 41:ea44a32a96bc
    18 
    18 
    19 #ifndef __LOCL_COLLATION_H_
    19 #ifndef __LOCL_COLLATION_H_
    20 #define __LOCL_COLLATION_H_
    20 #define __LOCL_COLLATION_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