ntprint/tests: remove win9x hacks

Austin English austinenglish at gmail.com
Mon Feb 28 15:05:57 CST 2011


-- 
-Austin
-------------- next part --------------
diff --git a/dlls/ntprint/tests/ntprint.c b/dlls/ntprint/tests/ntprint.c
index fca7b8d..929f8db 100644
--- a/dlls/ntprint/tests/ntprint.c
+++ b/dlls/ntprint/tests/ntprint.c
@@ -214,14 +214,6 @@ 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;
-    }
 
     test_PSetupCreateMonitorInfo();
     test_PSetupDestroyMonitorInfo();


More information about the wine-patches mailing list