> I remember that modification. This is related to a patch in > config/i386/mingw32.h to include for libgcc2 the windows header.
OK. Bootstrap does proceed with the prototype removed, of course (it's not yet finished). Question is: can we remove it altogether, or are there still cases where it is needed? It currently is inside: #if defined(WINNT) && ! defined(__CYGWIN__) && ! defined (_UWIN) ... #ifdef __i386__ So, if it's WINNT and neither cywin nor uwin, are we guaranteed it's mingw? FX -- FX Coudert http://www.homepages.ucl.ac.uk/~uccafco/