Commit c858e583 authored by Andrew Nguyen's avatar Andrew Nguyen Committed by Alexandre Julliard

msxml3: Correct the prototype of DOMDocument_create when compiling without libxml2.

parent e317b606
......@@ -2521,7 +2521,7 @@ IUnknown* create_domdoc( xmlNodePtr document )
#else
HRESULT DOMDocument_create(IUnknown *pUnkOuter, void **ppObj)
HRESULT DOMDocument_create(const GUID *clsid, IUnknown *pUnkOuter, void **ppObj)
{
MESSAGE("This program tried to use a DOMDocument object, but\n"
"libxml2 support was not present at compile time.\n");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment