msisys.ocx: Fix the signature of DllGetClassObject to match that declared in the headers.
This commit is contained in:
parent
c61937b6d4
commit
e6539d967d
|
@ -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");
|
||||
|
||||
|
|
Loading…
Reference in New Issue