msxml3: Correct the prototype of DOMDocument_create when compiling without libxml2.
This commit is contained in:
parent
e317b6068e
commit
c858e583cd
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue