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

This commit is contained in:
Andrew Nguyen 2010-09-15 11:16:30 -05:00 committed by Alexandre Julliard
parent e317b6068e
commit c858e583cd
1 changed files with 1 additions and 1 deletions

View File

@ -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");