<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    Please use your real name when submitting patches and read <a
      href="https://wiki.winehq.org/SubmittingPatches">https://wiki.winehq.org/SubmittingPatches</a><br>
    <br>
    <blockquote type="cite">
      <pre style="font-family: monospace, Consolas, "Microsoft Yahei"; color: rgb(0, 0, 0); font-size: medium; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial; overflow-wrap: break-word; white-space: pre-wrap;">+if (!is_wine) /* FIXME: remove once Wine is fixed */
+    check_z_order(hwnd_A, 0, hwnd_B, 0, TRUE);</pre>
    </blockquote>
    There is a todo_wine macro for this. You should first add the tests
    containing todo_wines<br>
    and add a following patch to fix the bug and remove the todo_wine.<br>
    <br>
    There are also some styling issues with this patch. Please use a
    similar style of the surrounding code.<br>
    <br>
    And is this for a specific application?<br>
    <br>
    Thanks,<br>
    Zhiyi<br>
    <br>
    <br>
    <div class="moz-cite-prefix">On 2020/6/2 10:02,
      <a class="moz-txt-link-abbreviated" href="mailto:cuijiajin@uniontech.com">cuijiajin@uniontech.com</a> wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:202006021002593337428@uniontech.com">
      <div><span>when set_window_pos the second param is HWND_TOPMOST,<br>
          window with WS_CHILD do not change z order.<br>
          <br>
          Signed-off-by: cuijiajin <a class="moz-txt-link-rfc2396E" href="mailto:cuijiajin@uniontech.com"><cuijiajin@uniontech.com></a><br>
          ---<br>
 dlls/user32/tests/win.c | 88 +++++++++++++++++++++++++++++++++++++++++<br>
           dlls/user32/winpos.c    |  6 +++<br>
           2 files changed, 94 insertions(+)</span><span></span></div>
      <div><span><br>
        </span></div>
      <hr>
      <div><span></span></div>
    </blockquote>
    <br>
  </body>
</html>