[PATCH 2/5] ole32: Make CoCreateInstance hookable for Steam.

Stefan Dösinger stefan at codeweavers.com
Mon Mar 3 03:15:36 CST 2014


---
 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,
-- 
1.8.3.2




More information about the wine-patches mailing list