Hi Allan, On 08/06/07, m. wrote: > On 6/8/07, Hugh McMaster wrote: > > 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. > > ask them how you can #include that file, and should it be in addition > or instead of their 'regular' stddef.h?
The MinGW list response was: It's a standard header, and is meant to be used simply as "#include <stddef.h>". There is no need for it to be in /mingw/include. The compiler knows how to find its own headers. Hugh
