Andrew Talbot : msvcrt: Qualify use of WINE_DEFAULT_DEBUG_CHANNEL.

Alexandre Julliard julliard at wine.codeweavers.com
Tue Jan 2 06:45:59 CST 2007


Module: wine
Branch: master
Commit: 6d9f0c2052395023ff578552cb193aee3c992d9d
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=6d9f0c2052395023ff578552cb193aee3c992d9d

Author: Andrew Talbot <Andrew.Talbot at talbotville.com>
Date:   Sat Dec 30 20:57:50 2006 +0000

msvcrt: Qualify use of WINE_DEFAULT_DEBUG_CHANNEL.

---

 dlls/msvcrt/cppexcept.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

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,




More information about the wine-cvs mailing list