Module: wine Branch: master Commit: 7ce7ce8266e63f119f163a9f7adf35da0beef6e1 URL: http://source.winehq.org/git/wine.git/?a=commit;h=7ce7ce8266e63f119f163a9f7a...
Author: Vincent Povirk vincent@codeweavers.com Date: Fri Apr 9 11:06:26 2010 -0500
windowscodecs: Set the threading model of ImagingFactory to Both.
---
dlls/windowscodecs/regsvr.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/windowscodecs/regsvr.c b/dlls/windowscodecs/regsvr.c index 0061c8e..d7382df 100644 --- a/dlls/windowscodecs/regsvr.c +++ b/dlls/windowscodecs/regsvr.c @@ -727,7 +727,7 @@ static struct regsvr_coclass const coclass_list[] = { "WIC Imaging Factory", NULL, "windowscodecs.dll", - "Apartment" + "Both" }, { &CLSID_WICBmpDecoder, "WIC BMP Decoder",