ntprint/tests: remove win9x hacks (try 2)

Austin English austinenglish at gmail.com
Mon Feb 28 15:29:38 CST 2011


Whooops..

-- 
-Austin
-------------- next part --------------
diff --git a/dlls/ntprint/tests/ntprint.c b/dlls/ntprint/tests/ntprint.c
index fca7b8d..cf9853d 100644
--- a/dlls/ntprint/tests/ntprint.c
+++ b/dlls/ntprint/tests/ntprint.c
@@ -214,14 +214,7 @@ static void test_PSetupEnumMonitor(VOID)
 
 START_TEST(ntprint)
 {
-    LPCSTR ptr;
-
-    /* ntprint.dll does not exist on win9x */
-    ptr = load_functions();
-    if (ptr) {
-        skip("%s not found\n", ptr);
-        return;
-    }
+    load_functions();
 
     test_PSetupCreateMonitorInfo();
     test_PSetupDestroyMonitorInfo();


More information about the wine-patches mailing list