We only need the relay debug channel on MZ_SUPPORTED platforms.

This commit is contained in:
Gerald Pfeifer 2005-09-30 10:34:32 +00:00 committed by Alexandre Julliard
parent 313bcbd9e8
commit 7714af934d
1 changed files with 2 additions and 0 deletions

View File

@ -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;