[PATCH v2] msvcrt: Don't use GetDaylightFlag function in _ftime64.

Zebediah Figura zfigura at codeweavers.com
Mon Nov 1 11:37:05 CDT 2021


On 11/1/21 9:07 AM, Piotr Caban wrote:
> 
> The function is not available on current Windows releases.
> 
> Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=51959
> Signed-off-by: Piotr Caban <piotr at codeweavers.com>
> ---
>    dlls/msvcrt/time.c | 5 ++---
>    1 file changed, 2 insertions(+), 3 deletions(-)
> 
> 

This was added in the first place to avoid the overhead of loading 
tzres.dll. Is that no longer a concern?



More information about the wine-devel mailing list