diff --git a/dlls/ole32/compobj.c b/dlls/ole32/compobj.c index 44296278f68..8ded196fd49 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,