There is a todo_wine macro for this. You should first add the tests containing todo_wines+if (!is_wine) /* FIXME: remove once Wine is fixed */ + check_z_order(hwnd_A, 0, hwnd_B, 0, TRUE);
when set_window_pos the second param is HWND_TOPMOST,
window with WS_CHILD do not change z order.
Signed-off-by: cuijiajin <cuijiajin@uniontech.com>
---
dlls/user32/tests/win.c | 88 +++++++++++++++++++++++++++++++++++++++++
dlls/user32/winpos.c | 6 +++
2 files changed, 94 insertions(+)