Commit 7ce7ce82 authored by Vincent Povirk's avatar Vincent Povirk Committed by Alexandre Julliard

windowscodecs: Set the threading model of ImagingFactory to Both.

parent a6bf1287
...@@ -727,7 +727,7 @@ static struct regsvr_coclass const coclass_list[] = { ...@@ -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",
......
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