comctl32/tests/mru: remove win9x hack

Austin English austinenglish at gmail.com
Tue Jul 26 16:18:02 CDT 2011


-- 
-Austin
-------------- next part --------------
diff --git a/dlls/comctl32/tests/mru.c b/dlls/comctl32/tests/mru.c
index 7d239d7..8442eed 100644
--- a/dlls/comctl32/tests/mru.c
+++ b/dlls/comctl32/tests/mru.c
@@ -479,8 +479,7 @@ static void test_CreateMRUListLazyA(void)
     listA.hKey = hKey;
     listA.lpszSubKey = NULL;
     hMRU = pCreateMRUListLazyA(&listA, 0, 0, 0);
-    ok(hMRU == NULL || broken(hMRU != NULL), /* Win9x */
-       "Expected NULL handle, got %p\n", hMRU);
+    ok(hMRU == NULL, "Expected NULL handle, got %p\n", hMRU);
     if (hMRU) pFreeMRUList(hMRU);
 }
 


More information about the wine-patches mailing list