msvcrt: Qualify use of WINE_DEFAULT_DEBUG_CHANNEL.

This commit is contained in:
Andrew Talbot 2006-12-30 20:57:50 +00:00 committed by Alexandre Julliard
parent 70bfd0f6c0
commit 6d9f0c2052
1 changed files with 2 additions and 2 deletions

View File

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