Re: [PATCH 1/2] ole32: Register the clipboard formats at load time.
Huw Davies <huw(a)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. -- Alexandre Julliard julliard(a)winehq.org
On Thu, Apr 23, 2009 at 03:40:11PM +0200, Alexandre Julliard wrote:
Huw Davies <huw(a)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.
participants (2)
-
Alexandre Julliard -
Huw Davies