1.1 --- a/epoc32/include/stdapis/stlportv5/stl/_ctime.h Wed Mar 31 12:27:01 2010 +0100
1.2 +++ b/epoc32/include/stdapis/stlportv5/stl/_ctime.h Wed Mar 31 12:33:34 2010 +0100
1.3 @@ -36,7 +36,7 @@
1.4 using _STLP_VENDOR_CSTD::ctime;
1.5 using _STLP_VENDOR_CSTD::gmtime;
1.6
1.7 -# if _WIN32_WCE < 0x500 // CE5 stopped supplying this
1.8 +# if !defined (_WIN32_WCE) || (_WIN32_WCE < 0x500) // CE5 stopped supplying this
1.9 using _STLP_VENDOR_CSTD::difftime;
1.10 # endif
1.11 using _STLP_VENDOR_CSTD::mktime;