Module: wine Branch: master Commit: e6539d967d749e0d1de79ca9bb84927cdae2b7c3 URL: http://source.winehq.org/git/wine.git/?a=commit;h=e6539d967d749e0d1de79ca9bb...
Author: Rob Shearman rob@codeweavers.com Date: Fri Feb 29 11:10:56 2008 +0000
msisys.ocx: Fix the signature of DllGetClassObject to match that declared in the headers.
---
dlls/msisys.ocx/msisys.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/msisys.ocx/msisys.c b/dlls/msisys.ocx/msisys.c index e5ee4ed..3863fba 100644 --- a/dlls/msisys.ocx/msisys.c +++ b/dlls/msisys.ocx/msisys.c @@ -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");