krnl386: Move WINE_DECLARE_DEBUG_CHANNEL(module) under #ifdef MZ_SUPPORTED.

This commit is contained in:
Gerald Pfeifer 2010-01-08 23:32:20 +01:00 committed by Alexandre Julliard
parent acfada959b
commit a1e134961d
1 changed files with 1 additions and 1 deletions

View File

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