Commit a7094d8e authored by Alexandre Julliard's avatar Alexandre Julliard

winebuild shouldn't depend on the NO_TRACE_MSGS define.

parent 1f504141
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment