Alexandre Julliard : kernelbase: Reimplement FormatMessageA/W using RtlFormatMessage().

Alexandre Julliard julliard at winehq.org
Wed May 13 16:29:54 CDT 2020


Module: wine
Branch: master
Commit: 7b01281745e520397ccabf1ab315095070a0772d
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=7b01281745e520397ccabf1ab315095070a0772d

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Wed May 13 20:24:11 2020 +0200

kernelbase: Reimplement FormatMessageA/W using RtlFormatMessage().

Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/kernel32/Makefile.in        |   1 -
 dlls/kernel32/format_msg.c       | 648 ---------------------------------------
 dlls/kernel32/kernel32.spec      |   4 +-
 dlls/kernel32/tests/format_msg.c |  33 +-
 dlls/kernelbase/kernelbase.spec  |   4 +-
 dlls/kernelbase/locale.c         | 191 ++++++++++++
 6 files changed, 206 insertions(+), 675 deletions(-)

Diff:   https://source.winehq.org/git/wine.git/?a=commitdiff;h=7b01281745e520397ccabf1ab315095070a0772d



More information about the wine-cvs mailing list