Cast time_t to long for printing.
[wine] / dlls / msvcrt / main.c
2003-03-17  Jon GriffithsMove a couple of shared definitions into msvcrt.h.
2003-02-18  Alexandre JulliardPrint thread ids in traces with only 4 digits now that...
2002-11-04  Alexandre JulliardMade the dll entry point default to DllMain and removed...
2002-10-25  Michael StefaniucCompile the msvcrt dll with -DSTRICT.
2002-07-19  Alexandre JulliardFixed per-thread data handling.
2002-07-05  Alexandre JulliardFlush stdio on exit.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-21  Peter HunnisettAdd _lock,_unlock and header file for them.
2002-01-22  Alexandre JulliardDon't include debugtools.h in the header file, moved...
2001-12-21  Alexandre JulliardAuthors: Jon Griffiths <jon_p_griffiths@yahoo.com>...
2001-09-19  Francois GougetAdd msvcrt/locale.h.
2001-07-11  Patrik StridvallDocumentation fixes.
2001-04-10  Francois GougetInclude the msvcrt headers, remove duplicate definitions.
2001-04-10  Francois GougetAdjust the 'MSVCRT_' prefix to match the msvcrt headers
2001-01-10  Jon Griffiths- Migrate CRTDLL to MSVCRT.