Hi Allan, On 07/06/07, m. allan noah wrote: > weird. can you ask around on the mingw lists and see where they put > offsetof? we should get it from them instead of defining it ourselves...
I have heard from the MinGW lists. The macro is not in the general stddef.h header, but in the header from the GCC package. It is located in /mingw/lib/gcc/mingw32/3.4.5/include/stddef.h, not in /mingw/include. What should happen now? Hugh