[ros-diffs] [hyperion] 25916: 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
hyperion at svn.reactos.org
hyperion at svn.reactos.org
Wed Feb 28 01:16:39 CET 2007
Author: hyperion
Date: Wed Feb 28 03:16:38 2007
New Revision: 25916
URL: http://svn.reactos.org/svn/reactos?rev=25916&view=rev
Log:
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
Modified:
trunk/reactos/include/reactos/libs/pseh/framebased.h
Modified: trunk/reactos/include/reactos/libs/pseh/framebased.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/reactos/libs/pseh/framebased.h?rev=25916&r1=25915&r2=25916&view=diff
==============================================================================
--- trunk/reactos/include/reactos/libs/pseh/framebased.h (original)
+++ trunk/reactos/include/reactos/libs/pseh/framebased.h Wed Feb 28 03:16:38 2007
@@ -367,7 +367,7 @@
#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
More information about the Ros-diffs
mailing list