mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 10:41:12 +00:00
winedbg: Declare debug channel only when needed (Clang).
This commit is contained in:
parent
89bc84a153
commit
51a4594f96
1 changed files with 2 additions and 2 deletions
|
@ -21,10 +21,10 @@
|
|||
#include "debugger.h"
|
||||
#include "wine/debug.h"
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(winedbg);
|
||||
|
||||
#ifdef __i386__
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(winedbg);
|
||||
|
||||
/* db_disasm.c */
|
||||
extern void be_i386_disasm_one_insn(ADDRESS64* addr, int display);
|
||||
|
||||
|
|
Loading…
Reference in a new issue