http://bugs.winehq.org/show_bug.cgi?id=20775
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID
--- Comment #5 from Vitaliy Margolen vitaliy@kievinfo.com 2009-11-21 11:52:00 --- (In reply to comment #4)
Still, that's a valid configuration, and the test results should be accepted.
Not really. Wine prefers native windowscodecs.dll:
BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved) { switch (fdwReason) { case DLL_WINE_PREATTACH: return FALSE; /* prefer native version */
So the winetest is 100% correct.