From 2741edb9989d33ae7bb3d2dceba5e5d916655340 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Hentschel?= Date: Sun, 6 Nov 2011 15:08:06 +0100 Subject: [PATCH] ntdll: Declare debug channel only when used. --- dlls/ntdll/relay.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dlls/ntdll/relay.c b/dlls/ntdll/relay.c index 23e6675b4a6..3588f1c5e09 100644 --- a/dlls/ntdll/relay.c +++ b/dlls/ntdll/relay.c @@ -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 */ -- 2.11.4.GIT