Define MSVCRT_div_t and MSVCRT_ldiv_t.
[wine] / dlls / msvcrt / msvcrt.h
2004-07-06  Pierre d'HerbemontDefine MSVCRT_div_t and MSVCRT_ldiv_t.
2004-06-25  Dimitrie O. PaunSplit the MSVCRT implementation headers from the public...
2004-03-16  Hans Leidekker- Prefix many more functions, types, structs, etc....
2004-01-13  Rein KlazesTwo "unknown" parameters of _unDName() turn out to...
2004-01-13  Alexandre JulliardImplemented the remaining 64-bit file functions, and...
2003-06-17  Alexandre JulliardAdded an assembly wrapper to retrieve the this pointer...
2003-03-20  Alexandre JulliardMoved [efg]cvt functions to msvcrt and fixed them to...
2003-03-17  Jon GriffithsMove a couple of shared definitions into msvcrt.h.
2003-02-01  Alexandre JulliardStore mbstok() next pointer in the per-thread data.
2002-12-19  Alexandre JulliardUse MSVCRT_wchar_t instead of WCHAR so that the impleme...
2002-10-31  Alexandre JulliardAdded support for nested exceptions happening inside...
2002-07-23  Uwe BonnesTake a snapshot of the environment strings when buildin...
2002-07-20  Alexandre JulliardAdded definition of msvcrt internal error codes.
2002-07-19  Alexandre JulliardFixed per-thread data handling.
2002-07-05  Alexandre JulliardFlush stdio on exit.
2002-05-31  Vincent BéronRemoved trailing whitespace.
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-11-06  François GougetFix the #include order for config.h.
2001-07-23  Patrik Stridvall- Made sure that the files that contains the declarations
2001-07-18  Patrik Stridvall- Made sure that the files that contains the declarations
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-02-21  Alexandre Julliard__getmainargs last argument is a pointer to new_mode.
2001-01-22  Jon Griffiths- Remove <string.h> from winnt.h.
2001-01-10  Jon Griffiths- Migrate CRTDLL to MSVCRT.