On 01/28/2011 02:09 AM, Eli Zaretskii wrote: > The reason I'd like to minimize the number of gnulib replacement > headers used by the Windows build is that they use #include_next to > include the corresponding system header.
Minimizing use is good, but when that isn't possible I hope you don't need to worry about #include_next. Gnulib uses #include_next only on compilers that support #include_next, and uses plain #include (to an absolute file name) otherwise.