[PATCH 7/7] tzres: Add time zone name resource DLL and use it.

Akihiro Sagawa sagawa.aki at gmail.com
Wed Dec 5 09:01:51 CST 2018


This will fix https://bugs.winehq.org/show_bug.cgi?id=42719 after Japanese
translation update.

String IDs are based on SHA1 hash so that we can add another zone name
without changing existing IDs. I'm preparing a tool which generate these
IDs and time zone information. I'll send it later.

Signed-off-by: Akihiro Sagawa <sagawa.aki at gmail.com>
---
 configure               |   2 +
 configure.ac            |   1 +
 dlls/ntdll/tests/time.c |   4 +-
 dlls/tzres/Makefile.in  |   2 +
 dlls/tzres/tzres.rc     | 201 ++++++++++++++++++++++++++++++++++++++++++++++++
 dlls/tzres/tzres.spec   |   1 +
 loader/wine.inf.in      | 198 +++++++++++++++++++++++++++++++++++++++++++++++
 7 files changed, 407 insertions(+), 2 deletions(-)
 create mode 100644 dlls/tzres/Makefile.in
 create mode 100644 dlls/tzres/tzres.rc
 create mode 100644 dlls/tzres/tzres.spec

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0007-tzres-Add-time-zone-name-resource-DLL-and-use-it.patch
Type: text/x-patch
Size: 79418 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20181206/baa243a6/attachment-0001.bin>


More information about the wine-devel mailing list