mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 22:05:49 +00:00
[NTPRINT_WINETEST]
* Sync to Wine 1.3.37. svn path=/trunk/; revision=55271
This commit is contained in:
parent
2801c84858
commit
140671d476
1 changed files with 1 additions and 8 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue