kernel32/tests/loader: remove win9x hack

Austin English austinenglish at gmail.com
Tue Jul 26 21:00:33 CDT 2011


http://testbot.winehq.org/JobDetails.pl?Key=12904

-- 
-Austin
-------------- next part --------------
diff --git a/dlls/kernel32/tests/loader.c b/dlls/kernel32/tests/loader.c
index 44dae18..8fccffd 100644
--- a/dlls/kernel32/tests/loader.c
+++ b/dlls/kernel32/tests/loader.c
@@ -482,13 +482,6 @@ static void test_Loader(void)
             BOOL error_match;
             int error_index;
 
-            if (GetLastError() == ERROR_GEN_FAILURE) /* Win9x, broken behaviour */
-            {
-                trace("skipping the loader test on Win9x\n");
-                DeleteFile(dll_name);
-                return;
-            }
-
             error_match = FALSE;
             for (error_index = 0;
                  ! error_match && error_index < sizeof(td[i].errors) / sizeof(DWORD);


More information about the wine-patches mailing list