CoSHCreateInstance fix

eric pouech eric.pouech at wanadoo.fr
Sat Sep 29 16:22:33 CDT 2001


change log says it all
this fixes (on current CVS) a bug reported by Florian on MS Media Player
8 tools (conversion routines)
(Florian this should now work out of the box)

A+
-- 
---------------
Eric Pouech (http://perso.wanadoo.fr/eric.pouech/)
"The future will be better tomorrow", Vice President Dan Quayle
-------------- next part --------------
Name: shellco
ChangeLog: should initialize COM before calling it
GenDate: 2001/09/29 21:20:28 UTC
ModifiedFiles: dlls/shell32/shellole.c
AddedFiles: 
===================================================================
RCS file: /usr/share/cvs/cvsroot/wine/wine/dlls/shell32/shellole.c,v
retrieving revision 1.41
diff -u -u -r1.41 shellole.c
--- dlls/shell32/shellole.c	2001/08/16 18:49:57	1.41
+++ dlls/shell32/shellole.c	2001/09/29 21:17:03
@@ -67,6 +67,7 @@
 	}
 	else
 	{
+	  CoInitialize(NULL);
 	  hres = CoCreateInstance(myclsid, unknownouter, CLSCTX_INPROC_SERVER, refiid, ppv);
 	}
 	


More information about the wine-patches mailing list