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",
|
||||
NULL,
|
||||
"windowscodecs.dll",
|
||||
"Apartment"
|
||||
"Both"
|
||||
},
|
||||
{ &CLSID_WICBmpDecoder,
|
||||
"WIC BMP Decoder",
|
||||
|
|
Loading…
Reference in New Issue