On Thu, Mar 03, 2005 at 10:23:51AM +0200, Boaz Harrosh wrote:
What would be the right way to do it? I would submit a patch, but what should I do? Just append the "-I .../msvcrt" instead of prepend, or maybe use "-isystem .../msvcrt". The docs for gcc say that "-isystem" folders will be searched before the default gcc folders but after any -I folders.
The problem is that winegcc handling of msvcrt/ and windows/ dir is broken. They should be added with -isystem instead of -I.