Damjan Jovanovic damjan.jov@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.