"Steven Edwards" Steven_Ed4153@yahoo.com writes:
I'm having a bitch of a time with configure on mingw. I understand not wanting to #ifdef OSNAME in the wine source tree and how this would be a pain if a project forked. Would you be opposed to a #ifdef statement for mingw?
Not necessarily, if there are compiler differences an #ifdef may be appropriate, we have some for gcc too. In other cases there could be better alternatives. Why don't you post your problems on this list so that people can suggest solutions?