RE: gdi32: Add a test to highlight the CreateCompatibleDC problemdescribed in bug #12493

2008-04-11 Thread Colin Finck
Dmitry Timoshkov wrote: > If the test fails in current Wine code you need to use todo_wine > so that 'make test' still passes. Ok, I submitted an updated patch: http://www.winehq.org/pipermail/wine-patches/2008-April/053202.html Best regards, Colin Finck

Re: gdi32: Add a test to highlight the CreateCompatibleDC problemdescribed in bug #12493

2008-04-11 Thread Dmitry Timoshkov
"Colin Finck" <[EMAIL PROTECTED]> wrote: > Changelog: > Add a gdi32 test to highlight the CreateCompatibleDC problem described in > bug #12493 If the test fails in current Wine code you need to use todo_wine so that 'make test' still passes. -- Dmitry.