"Dimitrie O. Paun" dimi@intelliware.ca 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.