Commit 51a4594f authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

winedbg: Declare debug channel only when needed (Clang).

parent 89bc84a1
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment