Commit 70bfd0f6 authored by Andrew Talbot's avatar Andrew Talbot Committed by Alexandre Julliard

ntdll: Qualify use of WINE_DEFAULT_DEBUG_CHANNEL.

parent 2a602450
......@@ -36,11 +36,12 @@
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL(relay);
WINE_DECLARE_DEBUG_CHANNEL(snoop);
WINE_DECLARE_DEBUG_CHANNEL(seh);
#ifdef __i386__
WINE_DECLARE_DEBUG_CHANNEL(snoop);
WINE_DECLARE_DEBUG_CHANNEL(seh);
struct relay_descr /* descriptor for a module */
{
void *magic; /* signature */
......
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