krnl386: Move WINE_DECLARE_DEBUG_CHANNEL(module) under #ifdef MZ_SUPPORTED.
This commit is contained in:
parent
acfada959b
commit
a1e134961d
|
@ -55,8 +55,8 @@
|
|||
#include "excpt.h"
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(int);
|
||||
WINE_DECLARE_DEBUG_CHANNEL(module);
|
||||
#ifdef MZ_SUPPORTED
|
||||
WINE_DECLARE_DEBUG_CHANNEL(module);
|
||||
WINE_DECLARE_DEBUG_CHANNEL(relay);
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue