Author: tkreuzer Date: Mon Jan 5 08:07:04 2009 New Revision: 38584
URL: http://svn.reactos.org/svn/reactos?rev=38584&view=rev Log: silence crt TRACE flood
Modified: trunk/reactos/lib/sdk/crt/precomp.h
Modified: trunk/reactos/lib/sdk/crt/precomp.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/precomp.h?rev=3... ============================================================================== --- trunk/reactos/lib/sdk/crt/precomp.h [iso-8859-1] (original) +++ trunk/reactos/lib/sdk/crt/precomp.h [iso-8859-1] Mon Jan 5 08:07:04 2009 @@ -38,6 +38,7 @@
/* kernelmode libcnt should not include Wine-debugging crap */ #ifndef _LIBCNT_ +#define WINE_NO_TRACE_MSGS #include "wine/debug.h" #ifndef __WINE_DEBUG_CHANNEL__ WINE_DEFAULT_DEBUG_CHANNEL(msvcrt);