Commit e4bc2208 authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

ole32: Make CoInitializeEx hot patchable.

parent 170e31a8
......@@ -1873,7 +1873,7 @@ HRESULT WINAPI CoInitialize(LPVOID lpReserved)
* SEE ALSO
* CoUninitialize
*/
HRESULT WINAPI CoInitializeEx(LPVOID lpReserved, DWORD dwCoInit)
HRESULT WINAPI DECLSPEC_HOTPATCH CoInitializeEx(LPVOID lpReserved, DWORD dwCoInit)
{
struct oletls *info = COM_CurrentInfo();
HRESULT hr = S_OK;
......
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