Implemented ILGetDisplayNameExA and ILGetDisplayNameExW and call them
[wine] / dlls / msvcrt / locale.c
2003-02-12  Marcus MeissnerFix warning in __crtLCMapStringA.
2003-02-11  Marcus MeissnerImplemented __crtLCMapStringA.
2002-12-10  Alexandre Julliardwinnt.h should not be self-contained, it must depend...
2002-04-26  Alexandre JulliardBetter support for configure detection of missing types...
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-10-10  Francois GougetMove the RT_XXX macros to winuser.h.
2001-09-19  Francois GougetAdd msvcrt/locale.h.
2001-09-11  Patrik StridvallCleanup code that is strange or difficult to parse.
2001-05-09  Francois GougetAdd '\n' at the end of traces.
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-22  Jon Griffiths- New msvcrt unicode functions, winapi_check/-Wall...
2001-01-12  Jon GriffithsFixes as a result of testing builtin crtdll against...
2001-01-10  Jon Griffiths- Migrate CRTDLL to MSVCRT.