dsound: DPRINTF -> TRACE.
[wine] / dlls / msvcrt / console.c
2007-07-04  Michael Stefaniucmsvcrt: Remove superfluous casts of void pointers to...
2006-08-09  Michael Stefaniucmsvcrt: Remove redundant NULL checks before MSVCRT_free.
2006-06-13  Alexandre Julliardmsvcrt: Explicitly specify CDECL calling convention...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-01-24  Alexandre Julliardmsvcrt: Use the msvcrt version of printf everywhere.
2005-10-29  Kevin KoltzauEnable line editing for _cgets.
2005-06-27  Eric Pouech- OpenConsole: try to open the Unix console if we fail...
2004-06-25  Dimitrie O. PaunSplit the MSVCRT implementation headers from the public...
2003-10-31  Ulrich CzekallaDuplicate stdin/stdout handles to avoid closing them...
2003-01-14  Francois GougetRemove (POINTER)NULL casts.
2002-08-17  Daniel GudbjartssonCombined the implementation of all the scanf's in a...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-21  Peter HunnisettAdd _lock,_unlock and header file for them.
2002-02-08  C. Scott AnanianFilled out the implementation of fscanf and _cscanf.
2002-01-22  Alexandre JulliardDon't include debugtools.h in the header file, moved...
2001-04-23  Francois GougetAdd msvcrt/malloc.h (for the MFC).
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.