[3/3] normaliz: Added normaliz.dll stub

Thomas Mullaly thomas.mullaly at gmail.com
Sun Jan 2 17:57:12 CST 2011


This DLL used to contain the implementations for the IdnTo* functions
and the string normalization functions. However, starting with Vista
these functions have been moved into kernel32, so the DLL just
forwards the calls there.

---
 configure                   |    1 +
 configure.ac                |    1 +
 dlls/normaliz/Makefile.in   |    7 ++++++
 dlls/normaliz/normaliz.c    |   50 +++++++++++++++++++++++++++++++++++++++++++
 dlls/normaliz/normaliz.spec |    5 ++++
 5 files changed, 64 insertions(+), 0 deletions(-)
 create mode 100644 dlls/normaliz/Makefile.in
 create mode 100644 dlls/normaliz/normaliz.c
 create mode 100644 dlls/normaliz/normaliz.spec
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0003-normaliz-Added-normaliz.dll-stub.patch
Type: text/x-patch
Size: 4197 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20110102/3c2edfaa/attachment.bin>


More information about the wine-patches mailing list