From acef311a106f18fc831a22efe20cb76cdd147d41 Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Sat, 2 Jul 2016 12:56:15 +0000 Subject: [PATCH] [PSDK] Update xmllite.idl. CORE-11368 svn path=/trunk/; revision=71726 --- reactos/sdk/include/psdk/xmllite.idl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/reactos/sdk/include/psdk/xmllite.idl b/reactos/sdk/include/psdk/xmllite.idl index 5dc0012aaa0..0fd68f7b781 100644 --- a/reactos/sdk/include/psdk/xmllite.idl +++ b/reactos/sdk/include/psdk/xmllite.idl @@ -300,3 +300,5 @@ cpp_quote("STDAPI CreateXmlWriter(REFIID riid, void **ppvObject, IMalloc *pMallo cpp_quote("typedef IUnknown IXmlWriterOutput;") cpp_quote("STDAPI CreateXmlWriterOutputWithEncodingName(IUnknown *stream, IMalloc *pMalloc,") cpp_quote(" LPCWSTR encoding, IXmlWriterOutput **output);") +cpp_quote("STDAPI CreateXmlWriterOutputWithEncodingCodePage(IUnknown *stream, IMalloc *pMalloc,") +cpp_quote(" UINT codepage, IXmlWriterOutput **output);")