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

Alexandre Julliard julliard at winehq.org
Fri Feb 29 06:17:00 CST 2008


Module: wine
Branch: master
Commit: e6539d967d749e0d1de79ca9bb84927cdae2b7c3
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=e6539d967d749e0d1de79ca9bb84927cdae2b7c3

Author: Rob Shearman <rob at 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");
 




More information about the wine-cvs mailing list