Module: wine Branch: master Commit: 6bcda47419b527046711140d16a5be65af056bfa URL: https://source.winehq.org/git/wine.git/?a=commit;h=6bcda47419b527046711140d1...
Author: Alexandre Julliard julliard@winehq.org Date: Sat Dec 7 14:47:43 2019 +0100
kernel32: Move Get/SetLocaleInfoW() to kernelbase.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/kernel32/kernel32.spec | 4 +- dlls/kernel32/locale.c | 501 ---------------------------------------- dlls/kernelbase/kernelbase.spec | 4 +- dlls/kernelbase/locale.c | 289 +++++++++++++++++++++++ 4 files changed, 293 insertions(+), 505 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=6bcda47419b5270467111...