"Uwe Bonnes" <[EMAIL PROTECTED]> wrote: > 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?
Of course that's a preferrable solution, but unfortunately not a trivial one. I fixed a similar bug in dlltool some time ago and know what I'm talking about. Thunks in the code is a more natural solution, we already were doing something like that in different places of Wine. -- Dmitry.
