Hi Huw, my mistake. But after few more experiments I've discovered that the actual problem is in the timer. Attached you will find another solution for the bug, that seems less invasive and cleaner to me. But now it also seems that the test doesn't actually test "reentrancy" but just an implementation difference/fault in Wine - timer that could arrive while processing QueryContinueDrag. Isn't such a test just overkill?
Which solution is better and how should I proceed?
Thanks.
Roman
Dne 17. 02. 20 v 14:24 Huw Davies napsal(a):
On Mon, Feb 17, 2020 at 12:02:01PM +0100, Roman Pišl wrote:
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=48569
Signed-off-by: Roman Pišl rpisl@seznam.cz
dlls/ole32/ole2.c | 11 +++++++++++ 1 file changed, 11 insertions(+)
Hi Roman,
So what happened to the tests?
Huw.