On older versions of CE i had to use wce_time() in place of time(). Now with CE 5.0, neither will compile/link successfully. Using wce_time() is undefined and using time() is unresolved.
GetSystemTime and GetLocalTime return a struct which doesn't suit my purpose. time() returns a time_t value. So I need the equivalent of time() under CE. Any other ideas?