https://bugs.winehq.org/show_bug.cgi?id=53845
Alex Henrie alexhenrie24@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Regression SHA1| |a074d0c3a8bd06bfbab4c98e4f8 | |b244bfaef62ed Keywords| |regression CC| |alexhenrie24@gmail.com
--- Comment #5 from Alex Henrie alexhenrie24@gmail.com --- I can confirm, and `git bisect` says that Nikolay was right in comment #1:
a074d0c3a8bd06bfbab4c98e4f8b244bfaef62ed is the first bad commit commit a074d0c3a8bd06bfbab4c98e4f8b244bfaef62ed Author: Alexandre Julliard julliard@winehq.org Date: Tue Apr 5 16:59:09 2022 +0200
kernelbase: Reimplement GetCalendarInfoEx/W using the locale.nls data.
Signed-off-by: Alexandre Julliard julliard@winehq.org
dlls/kernel32/lcformat.c | 10 +- dlls/kernelbase/locale.c | 394 ++++++++++++++++++++++++++--------------------- include/winnls.h | 1 + 3 files changed, 226 insertions(+), 179 deletions(-)