msvcrt: Implement _get_tzname.

Dmitry Timoshkov dmitry at codeweavers.com
Wed Nov 3 02:51:47 CDT 2010


Eryk Wieliczko <ewdevel at gmail.com> wrote:

> -static char tzname_std[64] = "";
> -static char tzname_dst[64] = "";
> +static char tzname_std[64] = "PST";
> +static char tzname_dst[64] = "PDT";
>  char *MSVCRT__tzname[2] = { tzname_std, tzname_dst };
...

This is not an implementation, this is a quick and dirty hack.

-- 
Dmitry.



More information about the wine-devel mailing list