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)
* SEE ALSO
* CoGetClassObject()
*/
HRESULT WINAPI CoCreateInstance(
HRESULT WINAPI DECLSPEC_HOTPATCH CoCreateInstance(
REFCLSID rclsid,
LPUNKNOWN pUnkOuter,
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