"Dimitrie O. Paun" <[EMAIL PROTECTED]> writes: > How do we solve this? Maybe change the last condition to: > > -# elif !defined(RC_INVOKED) > +# elif defined(WINE_HEADER_DEBUG_ON) > > or > > +# elif defined(__WINESRC__) > > or some such?
I'd say just kill the #ifdef completely. We want packing on all compilers anyway. -- Alexandre Julliard [EMAIL PROTECTED]
