Module: wine Branch: master Commit: d8c973ad95ba5e8a9a51df0dd9be587950179ec3 URL: https://source.winehq.org/git/wine.git/?a=commit;h=d8c973ad95ba5e8a9a51df0dd...
Author: Alexandre Julliard julliard@winehq.org Date: Mon May 30 22:38:28 2022 +0200
kernelbase: Reimplement CompareStringEx using the sortkey generation code.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/kernel32/tests/locale.c | 117 +++++++++------------ dlls/kernelbase/locale.c | 237 +++++++++++++++++-------------------------- 2 files changed, 142 insertions(+), 212 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=d8c973ad95ba5e8a9a51d...