Towards pure wine: a step by step approach

Dan Kegel dank at kegel.com
Thu Apr 17 19:09:56 CDT 2008


On Thu, Apr 17, 2008 at 5:03 PM, Scott Ritchie <scott at open-vote.org> wrote:
>  > Such an attempt should probably
>  > start at the bottom, cleaning up modules in the order
>  >   wineserver, ntdll, kernel32, gdi32, user32, ...
>
>  Is this also the order of the most mature modules?  It seems to make
>  sense doing this kind of cleanup on the more stable parts first, since
>  the fixes are more likely to be permanent.

Yes, I think so (though user32 can't quite be called fully stable).

Doing it bottom-up is also natural because otherwise
we'd see lots of lower-level module errors while valgrinding
or running conformance tests on upper-level modules.



More information about the wine-devel mailing list