=?UTF-8?Q?Andr=C3=A9=20Hentschel=20?=: ntdll: Declare debug channel only when used.

Alexandre Julliard julliard at winehq.org
Mon Nov 7 13:30:40 CST 2011


Module: wine
Branch: master
Commit: 2741edb9989d33ae7bb3d2dceba5e5d916655340
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=2741edb9989d33ae7bb3d2dceba5e5d916655340

Author: André Hentschel <nerv at dawncrow.de>
Date:   Sun Nov  6 15:08:06 2011 +0100

ntdll: Declare debug channel only when used.

---

 dlls/ntdll/relay.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/dlls/ntdll/relay.c b/dlls/ntdll/relay.c
index 23e6675..3588f1c 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 */




More information about the wine-cvs mailing list