Commit 2e75a84e authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

urlmon: Use PI_APARTMENTTHREADED in Binding object.

parent 7de802eb
......@@ -1789,7 +1789,7 @@ static HRESULT start_binding(IMoniker *mon, Binding *binding_ctx, LPCWSTR url, I
report_data(binding, 0, 0, 0);
}else {
hres = IInternetProtocol_Start(binding->protocol, url, PROTSINK(binding),
BINDINF(binding), 0, 0);
BINDINF(binding), PI_APARTMENTTHREADED, 0);
TRACE("start ret %08x\n", hres);
......
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