ntprint/tests: Remove win9x hacks.

oldstable
Austin English 2011-02-28 13:29:38 -08:00 committed by Alexandre Julliard
parent 270298191d
commit 9b9181923d
1 changed files with 1 additions and 8 deletions

View File

@ -214,14 +214,7 @@ static void test_PSetupEnumMonitor(VOID)
START_TEST(ntprint) START_TEST(ntprint)
{ {
LPCSTR ptr; load_functions();
/* ntprint.dll does not exist on win9x */
ptr = load_functions();
if (ptr) {
skip("%s not found\n", ptr);
return;
}
test_PSetupCreateMonitorInfo(); test_PSetupCreateMonitorInfo();
test_PSetupDestroyMonitorInfo(); test_PSetupDestroyMonitorInfo();