Re: Resend: Honor --disable-debug or --disable-trace completely

2004-10-18 Thread Alexandre Julliard
Vincent Béron <[EMAIL PROTECTED]> writes: > wine/debug.h has some tests based on NO_{DEBUG,TRACE}_MSGS, which is set > (or not) in config.h. Quite a few files didn't #include config.h before > wine/debug.h, so some debugmsgs were always compiled in, even with > ./configure --disable-debug. > > Now

Re: Honor --disable-debug or --disable-trace completely

2004-10-16 Thread Vincent Béron
Le sam 16/10/2004 à 22:29, Vincent Béron a écrit : > (Yes, the patch is gzip as it's over 200k) > > wine/debug.h has some tests based on NO_{DEBUG,TRACE}_MSGS, which is set > (or not) in config.h. Quite a few files didn't #include config.h before > wine/debug.h, so some debugmsgs were always compi