winebuild shouldn't depend on the NO_TRACE_MSGS define.

This commit is contained in:
Alexandre Julliard 2004-10-19 23:09:02 +00:00
parent 1f504141b7
commit a7094d8e5a
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ int display_warnings = 0;
int kill_at = 0;
/* we only support relay debugging on i386 */
#if defined(__i386__) && !defined(NO_TRACE_MSGS)
#ifdef __i386__
int debugging = 1;
#else
int debugging = 0;