msvcrt: Qualify use of WINE_DEFAULT_DEBUG_CHANNEL.
diff --git a/dlls/msvcrt/cppexcept.c b/dlls/msvcrt/cppexcept.c
index ec1f364..344e13d 100644
--- a/dlls/msvcrt/cppexcept.c
+++ b/dlls/msvcrt/cppexcept.c
@@ -39,10 +39,10 @@
#include "cppexcept.h"
-WINE_DEFAULT_DEBUG_CHANNEL(seh);
-
#ifdef __i386__ /* CxxFrameHandler is not supported on non-i386 */
+WINE_DEFAULT_DEBUG_CHANNEL(seh);
+
DWORD CDECL cxx_frame_handler( PEXCEPTION_RECORD rec, cxx_exception_frame* frame,
PCONTEXT context, EXCEPTION_REGISTRATION_RECORD** dispatch,
const cxx_function_descr *descr,