Commit ad587aa0 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

ole32: Don't use the default debug channel before it has been defined.

parent 7d81ca1c
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment