winetest: Simplify the 'dll is native' error message.
Signed-off-by: Francois Gouget <fgouget@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
37b7d573b2
commit
21e9d51b36
|
@ -957,7 +957,7 @@ extract_test_proc (HMODULE hModule, LPCSTR lpszType, LPSTR lpszName, LONG_PTR lP
|
||||||
}
|
}
|
||||||
else if (is_native_dll(dll))
|
else if (is_native_dll(dll))
|
||||||
{
|
{
|
||||||
xprintf (" %s=load error Configured as native\n", dllname);
|
xprintf (" %s=dll is native\n", dllname);
|
||||||
nr_native_dlls++;
|
nr_native_dlls++;
|
||||||
run = FALSE;
|
run = FALSE;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue