* tzmap-from-unicode.org: Create tzmap as const.

* tzmap.h: Regenerate.
This commit is contained in:
Corinna Vinschen
2014-12-05 14:39:04 +00:00
parent 4c2380d396
commit ce6c6a4d82
3 changed files with 7 additions and 2 deletions

View File

@ -59,7 +59,7 @@ echo "{"
echo " PCWSTR win_tzkey;"
echo " PCWSTR country;"
echo " PCWSTR posix_tzid;"
echo "} tzmap[] ="
echo "} const tzmap[] ="
echo "{"
wget -O - "${ZONES_FILE}" | \
{