"Robert" == Robert Shearman R.J.Shearman@warwick.ac.uk writes:
>> Apparently it's a bug in dlltool (or ld) which can't handle forwards >> with NONAME modifier like this one: >> >> DrawTextWrap@20=user32.DrawTextW @415 NONAME >> >> A workaround is to create a thunk in the code like it was done before >> the following patch: >> >> http://cvs.winehq.org/patch.py?id=11142
Robert> Why not just change winebuild to do something like this: #ifdef Robert> BROKEN_MINGW_LD print_normal(...); #else print_noname(...); Robert> #endif
What about fixing MingW?