Commit 2741edb9 authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

ntdll: Declare debug channel only when used.

parent e374c8fe
......@@ -37,10 +37,11 @@
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL(relay);
WINE_DECLARE_DEBUG_CHANNEL(timestamp);
#if defined(__i386__) || defined(__x86_64__)
WINE_DECLARE_DEBUG_CHANNEL(timestamp);
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