mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 16:26:02 +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:
parent
53d575c73e
commit
d04dfa5357
1 changed files with 1 additions and 1 deletions
|
@ -367,7 +367,7 @@ static _SEHPortableFrame_t * const _SEHPortableFrame = 0;
|
||||||
#ifdef _SEH_ENABLE_TRACE
|
#ifdef _SEH_ENABLE_TRACE
|
||||||
#define _SEH_InitializeTracing() (_SEH_EnableTracing(_SEH_DO_DEFAULT_TRACING))
|
#define _SEH_InitializeTracing() (_SEH_EnableTracing(_SEH_DO_DEFAULT_TRACING))
|
||||||
#else
|
#else
|
||||||
#define _SEH_InitializeTracing() ((void)0)
|
#define _SEH_InitializeTracing() (_SEH_DisableTracing())
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue