Commit e6539d96 authored by Rob Shearman's avatar Rob Shearman Committed by Alexandre Julliard

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

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