Convert FormatMessageW to use unicode functions.
[wine] / dlls / kernel / format_msg.c
2004-03-19  Ulrich CzekallaConvert FormatMessageW to use unicode functions.
2004-02-12  Alexandre JulliardStore the kernel32 module handle globally to avoid...
2003-10-28  Uwe BonnesFormatMessageW: Allocate anough space.
2003-09-10  Alexandre JulliardRemoved the A/W constants for builtin cursors, icons...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-09-02  Juan LangFix FormatMessage when FORMAT_MESSAGE_FROM_HMODULE...
2003-07-02  Francois GougetFixed some common spelling errors.
2003-05-07  Alexandre JulliardUse RtlFindMessage to load message resources.
2002-11-04  Ryan CummingHandle FORMAT_MESSAGE_FROM_HMODULE and FORMAT_MESSAGE_F...
2002-08-20  Mike McCormackAdded regression test for FormatMessage.
2002-07-05  Gregg MattinsonImplemented FormatMessage for sparc. Since the va_list...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-12-26  Michael StefaniucCheck the return value of *snprintf for C99 style overf...
2001-10-10  Francois GougetMove the RT_XXX macros to winuser.h.
2001-10-05  Stefan LeichterAdded defines for resource types RT_MESSAGETABLE, RT_VE...
2001-07-24  Alexandre JulliardRemoved HEAP_strdupA.
2001-06-13  Patrik StridvallDocumentation ordinal fixes (using winapi_fixup).
2001-05-09  Duane ClarkAdd tests for the flag FORMAT_MESSAGE_IGNORE_INSERTS...
2001-01-25  Patrik StridvallDocumentation ordinal fixes.
2000-12-13  Eric PouechFormatMessageA wasn't properly handling the %ls modifier.
2000-11-28  Alexandre JulliardGot rid of the Wine internal lstrcpy* functions and...
2000-11-25  Marcus MeissnerHandle %ls same as %s.
2000-11-01  Alexandre JulliardDo not truncate high word of message id.
2000-10-13  Francois GougetFixed the signature of the FormatMessage APIs.
2000-09-25  Alexandre JulliardRemoved inclusion of wine/winestring.h from winbase...
2000-08-22  James AbbatielloAllow FormatMessage to load Unicode string resources.
2000-08-14  Alexandre JulliardReplaced all lstr* calls from inside Wine code by their...
2000-08-07  Andreas MohrPrevent endless looping in linebreak handling.
2000-08-02  Marcus MeissnerPE_MESSAGE_HEADER.Length contains the header itself...
2000-07-31  Marcus MeissnerAdded { } around stuff in ADD_TO_T macros.
2000-07-29  Marcus MeissnerGet rid of USER32 functions in KERNEL32.
2000-07-25  Dave PicklesImproved FormatMessage: