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)
{
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();