[2/2] user32: make wineserver calls to get and set window droptargets [try 2]

Alexandre Julliard julliard at winehq.org
Mon Feb 8 08:19:42 CST 2010


Damjan Jovanovic <damjan.jov at gmail.com> writes:

> Changelog:
> * user32: make wineserver calls to get and set window droptargets
>
> Get and set the window drop targets from user32.dll, and not ole32.dll
> like in try 1.

That's not much better, you are still having ole32 do server calls, only
hidden behind a Wine-specific export. You should be able to do this with
only standard user32 APIs, or you need to make a very convincing case
that it's impossible without private exports.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list