Module: wine Branch: master Commit: 02d9ccb3c3903550c3206ca0ee6c59de30470e35 URL: https://source.winehq.org/git/wine.git/?a=commit;h=02d9ccb3c3903550c3206ca0e...
Author: Alexandre Julliard julliard@winehq.org Date: Sat Nov 16 19:57:12 2019 +0100
kernel32: Move EnumDateFormats functions to kernelbase.
Signed-off-by: Alexandre Julliard julliard@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=02d9ccb3c3903550c3206...