header problems

Alexandre Julliard julliard at winehq.org
Thu Sep 11 15:44:20 CDT 2003


"Dimitrie O. Paun" <dimi at 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.

-- 
Alexandre Julliard
julliard at winehq.com



More information about the wine-devel mailing list