[Bug 51453] oleaut32:vartype and oleaut32:vartest fail on Windows 10 1909+

WineHQ Bugzilla wine-bugs at winehq.org
Wed Jul 21 07:51:54 CDT 2021


https://bugs.winehq.org/show_bug.cgi?id=51453

François Gouget <fgouget at codeweavers.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Fixed by SHA1|                            |c83b7a0f39161aec4165d3d616c
                   |                            |08afd18a62998
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED

--- Comment #2 from François Gouget <fgouget at codeweavers.com> ---
This is fixed:

commit c83b7a0f39161aec4165d3d616c08afd18a62998
Author:     Francois Gouget <fgouget at codeweavers.com>
AuthorDate: Fri Jul 16 16:07:08 2021 +0200


    oleaut32: Update the VarDateFromStr() Y2K cutoff.

    Old Windows versions used 29 as the Y2K cutoff, that is they mapped
    two digit years 00-29 to 2000-2029 and years 30-99 to 1930-1999.
    But starting with Windows 10 1903 the cutoff is now 49 by default.
    So update Wine to match the current Windows versions and adjust the
    tests to work for both.

    Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=51453
    Signed-off-by: Francois Gouget <fgouget at codeweavers.com>

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.


More information about the wine-bugs mailing list