windowscodecs: Set the threading model of ImagingFactory to Both.
This commit is contained in:
parent
a6bf1287ba
commit
7ce7ce8266
|
@ -727,7 +727,7 @@ static struct regsvr_coclass const coclass_list[] = {
|
||||||
"WIC Imaging Factory",
|
"WIC Imaging Factory",
|
||||||
NULL,
|
NULL,
|
||||||
"windowscodecs.dll",
|
"windowscodecs.dll",
|
||||||
"Apartment"
|
"Both"
|
||||||
},
|
},
|
||||||
{ &CLSID_WICBmpDecoder,
|
{ &CLSID_WICBmpDecoder,
|
||||||
"WIC BMP Decoder",
|
"WIC BMP Decoder",
|
||||||
|
|
Loading…
Reference in New Issue