Commit 21e9d51b authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

winetest: Simplify the 'dll is native' error message.

parent 37b7d573
......@@ -957,7 +957,7 @@ extract_test_proc (HMODULE hModule, LPCSTR lpszType, LPSTR lpszName, LONG_PTR lP
}
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++;
run = FALSE;
}
......
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