http://bugs.winehq.org/show_bug.cgi?id=10273
--- Comment #30 from Alexandre Julliard julliard@winehq.org 2007-11-13 12:55:33 --- (In reply to comment #29)
I was wandering whether adding stubs for more functions in the user32.spec won't improve the ratio. But as I see there is a lot of stubs commented out in user32.spec so I don't know if we can add stubs there or is the risk too high that it will break applications calling GetProcAddress and trying to use the new functionality? And does this patch make any improvement?
It would probably improve the ratio a bit, but in general we can't add stubs for functions that only exist in newer versions, because apps then start calling them and crash.