[NTPRINT_WINETEST]

* Sync to Wine 1.3.37.

svn path=/trunk/; revision=55271
This commit is contained in:
Amine Khaldi 2012-01-28 10:29:55 +00:00
parent 2801c84858
commit 140671d476

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