Module: wine Branch: master Commit: 16dafed08b2e4b483176c5ee286134544a4badf8 URL: https://gitlab.winehq.org/wine/wine/-/commit/16dafed08b2e4b483176c5ee2861345...
Author: Paul Gofman pgofman@codeweavers.com Date: Fri Dec 8 19:10:07 2023 -0600
msvcrt: Adjust _gmtime64_s() accepted time limits.
---
dlls/msvcr120/tests/msvcr120.c | 78 ++++++++++++++++++++++++++++++++++++++++++ dlls/msvcrt/tests/time.c | 77 +++++++++++++++++++++++++++++++++++++++++ dlls/msvcrt/time.c | 15 +++++++- dlls/ucrtbase/tests/misc.c | 75 ++++++++++++++++++++++++++++++++++++++++ include/msvcrt/time.h | 3 ++ 5 files changed, 247 insertions(+), 1 deletion(-)