Commit 9b918192 authored by Austin English's avatar Austin English Committed by Alexandre Julliard

ntprint/tests: Remove win9x hacks.

parent 27029819
......@@ -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();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment