ntdll: Declare debug channel only when used.
This commit is contained in:
parent
e374c8fe46
commit
2741edb998
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue