ntdll: Declare debug channel only when used.

This commit is contained in:
André Hentschel 2011-11-06 15:08:06 +01:00 committed by Alexandre Julliard
parent e374c8fe46
commit 2741edb998

View file

@ -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 */