More Cygwin breakage

Robert Shearman R.J.Shearman at warwick.ac.uk
Thu Feb 19 02:34:22 CST 2004


> 
> Apparently it's a bug in dlltool (or ld) which can't handle forwards
> with NONAME modifier like this one:
> 
> DrawTextWrap at 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

Why not just change winebuild to do something like this:
#ifdef BROKEN_MINGW_LD
	print_normal(...);
#else
	print_noname(...);
#endif

Rob




More information about the wine-devel mailing list