Vincent Povirk : windowscodecs: Set the threading model of ImagingFactory to Both.

Alexandre Julliard julliard at winehq.org
Mon Apr 12 09:54:07 CDT 2010


Module: wine
Branch: master
Commit: 7ce7ce8266e63f119f163a9f7adf35da0beef6e1
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=7ce7ce8266e63f119f163a9f7adf35da0beef6e1

Author: Vincent Povirk <vincent at 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",




More information about the wine-cvs mailing list