Alexandre Julliard : kernel32: Move EnumDateFormats functions to kernelbase.

Alexandre Julliard julliard at winehq.org
Mon Nov 18 16:19:17 CST 2019


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Sat Nov 16 19:57:12 2019 +0100

kernel32: Move EnumDateFormats functions to kernelbase.

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

---

 dlls/kernel32/kernel32.spec     |   6 +-
 dlls/kernel32/lcformat.c        | 173 ----------------------------------------
 dlls/kernel32/locale.c          |  24 ++++++
 dlls/kernelbase/kernelbase.spec |   8 +-
 dlls/kernelbase/locale.c        |  83 +++++++++++++++++++
 5 files changed, 114 insertions(+), 180 deletions(-)

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



More information about the wine-cvs mailing list