ntprint/tests: Remove win9x hacks.
This commit is contained in:
parent
270298191d
commit
9b9181923d
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue