* tzmap-from-unicode.org: Create tzmap as const.
* tzmap.h: Regenerate.
This commit is contained in:
@ -47,7 +47,7 @@ struct
|
||||
PCWSTR win_tzkey;
|
||||
PCWSTR country;
|
||||
PCWSTR posix_tzid;
|
||||
} tzmap[] =
|
||||
} const tzmap[] =
|
||||
{
|
||||
{ L"AUS Central Standard Time", L"", L"Australia/Darwin" },
|
||||
{ L"AUS Central Standard Time", L"AU", L"Australia/Darwin" },
|
||||
|
Reference in New Issue
Block a user