Module: wine Branch: master Commit: 05956e6d77bf64c62efd4315d83699b0f289afda URL: http://source.winehq.org/git/wine.git/?a=commit;h=05956e6d77bf64c62efd4315d8...
Author: André Hentschel nerv@dawncrow.de Date: Wed Feb 22 23:23:07 2017 +0100
xmllite: Fix CreateXmlReaderInputWithEncodingName spec file entry.
Signed-off-by: André Hentschel nerv@dawncrow.de Signed-off-by: Nikolay Sivov nsivov@codeweavers.com Signed-off-by: Alexandre Julliard julliard@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)