[PATCH 1/2] ole32: Register the clipboard formats at load time.

Huw Davies huw at codeweavers.com
Thu Apr 23 09:08:34 CDT 2009


On Thu, Apr 23, 2009 at 03:40:11PM +0200, Alexandre Julliard wrote:
> Huw Davies <huw at codeweavers.com> writes:
> 
> > ---
> >  dlls/ole32/clipboard.c       |   54 +++++++++++++++++++++++++++++------------
> >  dlls/ole32/compobj.c         |    2 +
> >  dlls/ole32/compobj_private.h |   14 +++++++++++
> >  3 files changed, 54 insertions(+), 16 deletions(-)
> 
> It would be nicer to do this when needed, so that we don't have to
> initialize the graphics driver just because ole32 was imported.

Good point, actually having them registered in OleInitialise is
fine.  Resent.

Thanks,
Huw.



More information about the wine-devel mailing list