From 9b9181923dd49486710a6e287e710b9df69fb44e Mon Sep 17 00:00:00 2001 From: Austin English Date: Mon, 28 Feb 2011 13:29:38 -0800 Subject: [PATCH] ntprint/tests: Remove win9x hacks. --- dlls/ntprint/tests/ntprint.c | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/dlls/ntprint/tests/ntprint.c b/dlls/ntprint/tests/ntprint.c index fca7b8d4848..cf9853d58de 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();