Author: akhaldi Date: Sat Jul 2 12:56:15 2016 New Revision: 71726
URL: http://svn.reactos.org/svn/reactos?rev=71726&view=rev Log: [PSDK] Update xmllite.idl. CORE-11368
Modified: trunk/reactos/sdk/include/psdk/xmllite.idl
Modified: trunk/reactos/sdk/include/psdk/xmllite.idl URL: http://svn.reactos.org/svn/reactos/trunk/reactos/sdk/include/psdk/xmllite.id... ============================================================================== --- trunk/reactos/sdk/include/psdk/xmllite.idl [iso-8859-1] (original) +++ trunk/reactos/sdk/include/psdk/xmllite.idl [iso-8859-1] Sat Jul 2 12:56:15 2016 @@ -300,3 +300,5 @@ 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);")