=?UTF-8?Q?Stefan=20D=C3=B6singer=20?=: ole32: Make CoCreateInstance hookable for Steam.

Alexandre Julliard julliard at winehq.org
Mon Mar 3 13:20:11 CST 2014


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

Author: Stefan Dösinger <stefan at codeweavers.com>
Date:   Mon Mar  3 10:15:36 2014 +0100

ole32: Make CoCreateInstance hookable for Steam.

---

 dlls/ole32/compobj.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/ole32/compobj.c b/dlls/ole32/compobj.c
index 4429627..8ded196 100644
--- a/dlls/ole32/compobj.c
+++ b/dlls/ole32/compobj.c
@@ -3146,7 +3146,7 @@ HRESULT WINAPI CoResumeClassObjects(void)
  * SEE ALSO
  *  CoGetClassObject()
  */
-HRESULT WINAPI CoCreateInstance(
+HRESULT WINAPI DECLSPEC_HOTPATCH CoCreateInstance(
     REFCLSID rclsid,
     LPUNKNOWN pUnkOuter,
     DWORD dwClsContext,




More information about the wine-cvs mailing list