Implemented ILGetDisplayNameExA and ILGetDisplayNameExW and call them
[wine] / dlls / msvcrt / process.c
2003-03-17  Alexandre JulliardImplemented _getdllprocaddr(), it cannot be simply...
2002-11-13  Alexandre JulliardFixed data copying in msvcrt_argvtos (spotted by bill...
2002-10-04  Alexandre JulliardFixed some handle conversions in prevision of void...
2002-09-17  Martin WilckMSVCRT needs a public errno.h file.
2002-08-09  Marcus MeissnerCopy va_lists by using va_copy, not by just assigning...
2002-07-19  Alexandre JulliardFixed per-thread data handling.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-01-22  Alexandre JulliardDon't include debugtools.h in the header file, moved...
2001-09-10  Francois GougetRewrite msvcrt_{argvtos,valisttos} to be more efficient.
2001-05-22  Mike BondFixed spawnlp and added exec variants.
2001-05-18  Mike BondImplementation of spawnl and spawnlp.
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-28  Francois GougetSmall 'typos in comments' fixes.
2001-01-22  Jon Griffiths- New msvcrt unicode functions, winapi_check/-Wall...
2001-01-10  Jon Griffiths- Migrate CRTDLL to MSVCRT.