Commit 97569e4e authored by Stefan Dösinger's avatar Stefan Dösinger Committed by Alexandre Julliard

ole32: Make CoCreateInstance hookable for Steam.

parent dfbff712
...@@ -3146,7 +3146,7 @@ HRESULT WINAPI CoResumeClassObjects(void) ...@@ -3146,7 +3146,7 @@ HRESULT WINAPI CoResumeClassObjects(void)
* SEE ALSO * SEE ALSO
* CoGetClassObject() * CoGetClassObject()
*/ */
HRESULT WINAPI CoCreateInstance( HRESULT WINAPI DECLSPEC_HOTPATCH CoCreateInstance(
REFCLSID rclsid, REFCLSID rclsid,
LPUNKNOWN pUnkOuter, LPUNKNOWN pUnkOuter,
DWORD dwClsContext, DWORD dwClsContext,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment