[v2 PATCH] msvcrt: Implement %h format for strftime

Piotr Caban piotr.caban at gmail.com
Fri Oct 4 04:59:14 CDT 2019


On 10/4/19 11:15 AM, Vijay Kiran Kamuju wrote:
> +    setlocale(LC_TIME, "C");
The setlocale call is not needed. You're also setting it in msvcrt 
instead of ucrtbase this way.

Thanks,
Piotr



More information about the wine-devel mailing list