Commit 7714af93 authored by Gerald Pfeifer's avatar Gerald Pfeifer Committed by Alexandre Julliard

We only need the relay debug channel on MZ_SUPPORTED platforms.

parent 313bcbd9
......@@ -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;
......
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