Alexandre Julliard : kernelbase: Reimplement GetCurrencyFormatW/Ex() using get_locale_info().

Alexandre Julliard julliard at winehq.org
Tue May 3 15:39:23 CDT 2022


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Tue May  3 10:37:38 2022 +0200

kernelbase: Reimplement GetCurrencyFormatW/Ex() using get_locale_info().

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

---

 dlls/kernel32/kernel32.spec     |   4 +-
 dlls/kernel32/lcformat.c        | 371 ----------------------------------------
 dlls/kernel32/tests/locale.c    |  20 +++
 dlls/kernelbase/kernelbase.spec |   4 +-
 dlls/kernelbase/locale.c        | 205 ++++++++++++++++++++++
 5 files changed, 229 insertions(+), 375 deletions(-)

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



More information about the wine-cvs mailing list