ole32: Make CoCreateInstance hookable for Steam.

This commit is contained in:
Stefan Dösinger 2014-03-03 10:15:36 +01:00 committed by Alexandre Julliard
parent dfbff712f4
commit 97569e4e4a
1 changed files with 1 additions and 1 deletions

View File

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