We only need the relay debug channel on MZ_SUPPORTED platforms.
This commit is contained in:
parent
313bcbd9e8
commit
7714af934d
|
@ -56,7 +56,9 @@
|
|||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(int);
|
||||
WINE_DECLARE_DEBUG_CHANNEL(module);
|
||||
#ifdef MZ_SUPPORTED
|
||||
WINE_DECLARE_DEBUG_CHANNEL(relay);
|
||||
#endif
|
||||
|
||||
WORD DOSVM_psp = 0;
|
||||
WORD DOSVM_retval = 0;
|
||||
|
|
Loading…
Reference in New Issue