msxml3: DOMFreeThreadedDocument's thread model is Both, not Free!

Francois Gouget fgouget at codeweavers.com
Wed Aug 9 12:21:26 CDT 2006


---
 dlls/msxml3/regsvr.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/msxml3/regsvr.c b/dlls/msxml3/regsvr.c
index 570a3e8..efdbd7d 100644
--- a/dlls/msxml3/regsvr.c
+++ b/dlls/msxml3/regsvr.c
@@ -533,7 +533,7 @@ static struct regsvr_coclass const cocla
 	"Free threaded XML DOM Document",
 	NULL,
 	"msxml3.dll",
-	"Free",
+	"Both",
 	"Microsoft.FreeThreadedXMLDOM",
 	"1.0"
     },
-- 
1.4.1




More information about the wine-patches mailing list