Re: [Cegcc-devel] Question w.r.t. include file policy

2008-04-13 Thread Vincent Torri
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,

[Cegcc-devel] Question w.r.t. include file policy

2008-04-13 Thread Danny Backx
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