mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 12:19:49 +00:00
ntdll: Declare debug channel only when used.
This commit is contained in:
parent
e374c8fe46
commit
2741edb998
1 changed files with 2 additions and 1 deletions
|
@ -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 a new issue