Austin English : comctl32/tests: Remove win9x hack.

Alexandre Julliard julliard at winehq.org
Mon Feb 28 11:02:07 CST 2011


Module: wine
Branch: master
Commit: 7c25705e3cd4c76f9f850fc94acb407125f84bd7
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=7c25705e3cd4c76f9f850fc94acb407125f84bd7

Author: Austin English <austinenglish at gmail.com>
Date:   Fri Feb 25 14:29:08 2011 -0800

comctl32/tests: Remove win9x hack.

---

 dlls/comctl32/tests/header.c |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/dlls/comctl32/tests/header.c b/dlls/comctl32/tests/header.c
index d9b4a73..0670743 100644
--- a/dlls/comctl32/tests/header.c
+++ b/dlls/comctl32/tests/header.c
@@ -1024,10 +1024,6 @@ static void test_hdm_filterMessages(HWND hParent)
     else
          ok_sequence(sequences, HEADER_SEQ_INDEX, filterMessages_seq_noninteractive,
                      "filterMessages sequence testing", FALSE);
-    /* Some Win9x versions don't send a WM_KILLFOCUS.
-     * Set the focus explicitly to the parent to avoid a crash.
-     */
-    SetFocus(hParent);
     DestroyWindow(hChild);
 
 }




More information about the wine-cvs mailing list