[PATCH 1/2] [v2] tzres: Add time zone name resource DLL.

Akihiro Sagawa sagawa.aki at gmail.com
Fri Dec 7 05:42:44 CST 2018


In v2, divide the previous patch into two parts.

String IDs are based on SHA1 hash so that we can add another zone name
without renumbering.

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/tzres/Makefile.in |   2 +
 dlls/tzres/tzres.rc    | 201 +++++++++++++++++++++++++++++++++++++++++++++++++
 dlls/tzres/tzres.spec  |   1 +
 5 files changed, 207 insertions(+)
 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: 0001-v2-tzres-Add-time-zone-name-resource-DLL.patch
Type: text/x-patch
Size: 8724 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20181207/8613c145/attachment.bin>


More information about the wine-devel mailing list