26 Jul
2007
26 Jul
'07
1:47 p.m.
Alexandre Julliard wrote:
Paul Vriens <paul.vriens.wine(a)gmail.com> writes:
So how do you suggest I'm going to fix this? Maybe we should call the W function as well as deal with the differences?
If you want to replicate the exact behavior then yes you have to call the W function. But returning the correct size is probably OK too, at least until we find an app that depends on the broken Windows behavior...
Hi again, What about the attached patch? This fixes all todo_wine's for GetDisplayName with respect to buffer sizes. Cheers, Paul.