msvcrt: Qualify use of WINE_DEFAULT_DEBUG_CHANNEL

Andrew Talbot Andrew.Talbot at talbotville.com
Sat Dec 30 14:57:50 CST 2006


Changelog:
    msvcrt: Qualify use of WINE_DEFAULT_DEBUG_CHANNEL.

diff -urN a/dlls/msvcrt/cppexcept.c b/dlls/msvcrt/cppexcept.c
--- a/dlls/msvcrt/cppexcept.c	2006-12-18 17:46:16.000000000 +0000
+++ b/dlls/msvcrt/cppexcept.c	2006-12-30 20:02:00.000000000 +0000
@@ -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,



More information about the wine-patches mailing list