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
This commit is contained in:
KJK::Hyperion 2007-02-28 00:16:38 +00:00
parent 53d575c73e
commit d04dfa5357

View file

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