From d04dfa53573262e88ab12b3106c2e9bdaca98483 Mon Sep 17 00:00:00 2001 From: "KJK::Hyperion" Date: Wed, 28 Feb 2007 00:16:38 +0000 Subject: [PATCH] modified framebased.h - don't enable a random tracing level when the library is built for tracing but an application is not. Fastest bugfix ever svn path=/trunk/; revision=25916 --- reactos/include/reactos/libs/pseh/framebased.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/include/reactos/libs/pseh/framebased.h b/reactos/include/reactos/libs/pseh/framebased.h index 0e4722ad736..28ae0bbcb6b 100644 --- a/reactos/include/reactos/libs/pseh/framebased.h +++ b/reactos/include/reactos/libs/pseh/framebased.h @@ -367,7 +367,7 @@ static _SEHPortableFrame_t * const _SEHPortableFrame = 0; #ifdef _SEH_ENABLE_TRACE #define _SEH_InitializeTracing() (_SEH_EnableTracing(_SEH_DO_DEFAULT_TRACING)) #else -#define _SEH_InitializeTracing() ((void)0) +#define _SEH_InitializeTracing() (_SEH_DisableTracing()) #endif #endif