Module: wine Branch: master Commit: 97569e4e4ac4200b49aa40fea3264cebccb63549 URL: http://source.winehq.org/git/wine.git/?a=commit;h=97569e4e4ac4200b49aa40fea3...
Author: Stefan Dösinger stefan@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,