[prev in list] [next in list] [prev in thread] [next in thread] 

List:       wine-patches
Subject:    CoSHCreateInstance fix
From:       eric pouech <eric.pouech () wanadoo ! fr>
Date:       2001-09-29 21:22:33
[Download RAW message or body]

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
["shellco.diff" (text/plain)]

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);
 	}
 	


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic