[PATCH 2/2 v2] msvcrt: Use GetDaylightFlag() to set dstflag value in _ftime64.

Akihiro Sagawa sagawa.aki at gmail.com
Fri Dec 21 07:19:00 CST 2018


On Fri, 21 Dec 2018 12:44:39 +0100, Piotr Caban wrote:
> Signed-off-by: Piotr Caban <piotr at codeweavers.com>
> ---
>   dlls/msvcrt/time.c | 5 +++--
>   1 file changed, 3 insertions(+), 2 deletions(-)
> 
> 

Hi Piotr,
How about using is_dst function at msvcrt.c:161? From my point of view,
it's the way to set tm_isdst member in _localtime64_s function.

Akihiro Sagawa




More information about the wine-devel mailing list