1.1 --- a/epoc32/include/stdapis/stlport/config/stl_mwerks.h Wed Mar 31 12:27:01 2010 +0100
1.2 +++ b/epoc32/include/stdapis/stlport/config/stl_mwerks.h Wed Mar 31 12:33:34 2010 +0100
1.3 @@ -18,11 +18,15 @@
1.4 # define _STLP_USE_UNIX_EMULATION_IO 1
1.5 # define _STLP_USE_AUTO_PTR_CONVERSIONS 1
1.6
1.7 +#ifdef __SYMBIAN32__
1.8 +# define _STLP_LITTLE_ENDIAN
1.9 +#else
1.10 # ifdef __INTEL__
1.11 # define _STLP_LITTLE_ENDIAN
1.12 # else
1.13 # define _STLP_BIG_ENDIAN
1.14 -# endif
1.15 +# endif//__INTEL__
1.16 +#endif//__SYMBIAN32__
1.17
1.18 #if defined(_MSL_NO_LOCALE)
1.19 #define _STLP_NO_IMPORT_LOCALE