mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user