Francois Gouget : ole32: Don' t use the default debug channel before it has been defined.
Module: wine Branch: master Commit: ad587aa036f975cf4585cfef9278c2d49fada605 URL: http://source.winehq.org/git/wine.git/?a=commit;h=ad587aa036f975cf4585cfef92... Author: Francois Gouget <fgouget(a)free.fr> Date: Thu Jan 8 14:15:32 2009 +0100 ole32: Don't use the default debug channel before it has been defined. --- dlls/ole32/clipboard.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/dlls/ole32/clipboard.c b/dlls/ole32/clipboard.c index a358654..8cfaffc 100644 --- a/dlls/ole32/clipboard.c +++ b/dlls/ole32/clipboard.c @@ -80,9 +80,10 @@ #include "compobj_private.h" +WINE_DEFAULT_DEBUG_CHANNEL(ole); + #define HANDLE_ERROR(err) do { hr = err; TRACE("(HRESULT=%x)\n", (HRESULT)err); goto CLEANUP; } while (0) -WINE_DEFAULT_DEBUG_CHANNEL(ole); /**************************************************************************** * OLEClipbrd
participants (1)
-
Alexandre Julliard