=?UTF-8?Q?Andr=C3=A9=20Hentschel=20?=: xmllite: Fix CreateXmlReaderInputWithEncodingName spec file entry.

Alexandre Julliard julliard at winehq.org
Fri Feb 24 14:48:08 CST 2017


Module: wine
Branch: master
Commit: 05956e6d77bf64c62efd4315d83699b0f289afda
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=05956e6d77bf64c62efd4315d83699b0f289afda

Author: André Hentschel <nerv at dawncrow.de>
Date:   Wed Feb 22 23:23:07 2017 +0100

xmllite: Fix CreateXmlReaderInputWithEncodingName spec file entry.

Signed-off-by: André Hentschel <nerv at dawncrow.de>
Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/xmllite/xmllite.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/xmllite/xmllite.spec b/dlls/xmllite/xmllite.spec
index d6ee017..574ed98 100644
--- a/dlls/xmllite/xmllite.spec
+++ b/dlls/xmllite/xmllite.spec
@@ -1,6 +1,6 @@
 @ stdcall CreateXmlReader(ptr ptr ptr)
 @ stub CreateXmlReaderInputWithEncodingCodePage
-@ stdcall CreateXmlReaderInputWithEncodingName(ptr ptr ptr long ptr ptr)
+@ stdcall CreateXmlReaderInputWithEncodingName(ptr ptr wstr long wstr ptr)
 @ stdcall CreateXmlWriter(ptr ptr ptr)
 @ stdcall CreateXmlWriterOutputWithEncodingCodePage(ptr ptr long ptr)
 @ stdcall CreateXmlWriterOutputWithEncodingName(ptr ptr wstr ptr)




More information about the wine-cvs mailing list