msisys.ocx: Fix the signature of DllGetClassObject to match that declared in the headers.

This commit is contained in:
Rob Shearman 2008-02-29 11:10:56 +00:00 committed by Alexandre Julliard
parent c61937b6d4
commit e6539d967d
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ HRESULT WINAPI DllCanUnloadNow(void)
/***********************************************************************
* DllGetClassObject (MSISYS.@)
*/
HRESULT WINAPI DllGetClassObject(REFCLSID pclsid, const IID* piid, LPVOID *ppv)
HRESULT WINAPI DllGetClassObject(REFCLSID pclsid, REFIID piid, LPVOID *ppv)
{
FIXME("\n");