On Tue, Sep 07, 2004 at 09:35:15AM -0700, Alexandre Julliard wrote:
Marcus Meissner marcus@jet.franken.de writes:
gcc 3.5 no longer likes our own OFFSETOF() macro in winebuild, so we should use the standard one from <stddef.h>
Not all platforms have offsetof (or even stddef.h). What's wrong with our definition?
Apparently it is a GNU extension which got dropped from the new compiler.
GCC Bugzilla discussion is here.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17339
I am not really happy either about it.
Ciao, Marcus