[Bug 20775] Winetest should accept test runs with native windowscodecs

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Nov 21 11:52:01 CST 2009


http://bugs.winehq.org/show_bug.cgi?id=20775


Vitaliy Margolen <vitaliy at kievinfo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID




--- Comment #5 from Vitaliy Margolen <vitaliy at 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.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list