Hey,
> Our mingw/include/time.h still has definitions for functions such as
> gmtime() which don't exist on WinCE.
>
> Should we include those definitions in time.h, even if the functions
> don't exist ? I have a feeling that we should remove them.
As cegcc/mingw32ce are for windows ce platform,
Our mingw/include/time.h still has definitions for functions such as
gmtime() which don't exist on WinCE.
The roadmap_editor application, which is said to compile with M$ tools,
barks on the time.h include file if I remove those definitions.
Therefore I can assume that the M$ tools define those fu